Changes between Initial Version and Version 1 of Ticket #24032
- Timestamp:
- Dec 20, 2014, 11:23:36 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24032
- Property Needs documentation set
-
Ticket #24032 – Description
initial v1 3 3 4 4 With this PR, custom AdminSites only need to override has_permission and login_form to change the login requirements. 5 6 PR: https://github.com/django/django/pull/3762