Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Aug 5, 2020
1 parent 51202a1 commit 4e24396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_interface/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.12.3'
__version__ = '0.13.0'

10 comments on commit 4e24396

@merwok
Copy link
Contributor

@merwok merwok commented on 4e24396 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fabiocaccamo it seems funny that the changelog gets updated in a commit that’s not part of the tag 🙂

@fabiocaccamo
Copy link
Owner Author

@fabiocaccamo fabiocaccamo commented on 4e24396 Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@merwok I forgot to add it to the release 😅, btw enjoy the sidebar, the default one is terrible!

@merwok
Copy link
Contributor

@merwok merwok commented on 4e24396 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What sidebar do you mean?

@fabiocaccamo
Copy link
Owner Author

@fabiocaccamo fabiocaccamo commented on 4e24396 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In django 3.1 a navigation sidebar has been added to the admin in the change-list and change-form.

@merwok
Copy link
Contributor

@merwok merwok commented on 4e24396 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, it looks awful and breaks the whole page, even with django-admin-interface.

@merwok
Copy link
Contributor

@merwok merwok commented on 4e24396 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of changes: django/django@d24ba1b

@fabiocaccamo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it breaks the whole page even with django-admin-interface==0.13.0?

@merwok
Copy link
Contributor

@merwok merwok commented on 4e24396 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I also have custom CSS in that project! I will take time maybe next month to see what the sidebar looks like in a stock project, then see what django-admin-interface improves.

@fabiocaccamo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, let me know, thank you. In my tests I fixed different horizontal overflow issues introduced by the nav-sidebar.

@merwok
Copy link
Contributor

@merwok merwok commented on 4e24396 Aug 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust that you tested the changes with the navbar, and I can attest than 0.13.0 still works great with django 3.0!

Please sign in to comment.