Claude Paroz
|
32e6a7d3a5
|
Replaced hardcoded URLs in admin_* tests
Refs #15779. This will allow easier admin URL changes, when needed.
Thanks Simon Charette for the review.
|
2015-02-08 20:55:09 +01:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Thomas Tanner
|
46068d850d
|
Fixed #22295 -- Replaced permission check for displaying admin user-tools
|
2014-12-31 16:31:59 -05:00 |
Maxime Turcotte
|
504c89e800
|
Fixed #6327 -- Added has_module_permission method to BaseModelAdmin
Thanks chrj for the suggestion.
|
2014-06-13 09:31:40 -04:00 |
Tim Graham
|
d73d0e071c
|
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
2014-04-03 07:28:10 -04:00 |
Claude Paroz
|
5c1143910e
|
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
2013-07-29 20:28:13 +02:00 |
Loic Bistuer
|
2fc6c9472c
|
Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Thanks Collin Anderson for the report.
|
2013-07-18 18:18:30 -04:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |