.. |
fixtures
|
dc334a2ba8
Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch!
|
před 14 roky |
__init__.py
|
a19ed8aea3
Merged the newforms-admin branch into trunk.
|
před 16 roky |
customadmin.py
|
cc64fb5c4b
Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views.
|
před 14 roky |
forms.py
|
cc64fb5c4b
Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views.
|
před 14 roky |
models.py
|
b921f1bac0
Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelists when used in conjunction with list_display_links or list_editable. Thanks, Simon Meers, Julien Phalip, Karen and master.
|
před 14 roky |
tests.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
před 14 roky |
urls.py
|
1f84630c87
Fixed #6470: made the admin use a URL resolver.
|
před 16 roky |
views.py
|
27b0077a48
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case.
|
před 16 roky |