.. |
bin
|
Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks to camilonova, Russell Keith-Magee, Aymeric Augustin and Ramiro Morales for the feedback.
|
2013-02-02 15:01:32 -08:00 |
locale
|
Updated translation catalogs
|
2013-05-25 14:32:44 +02:00 |
static/admin
|
Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.
|
2013-04-14 17:45:01 -03:00 |
templates
|
Fixed #20464 -- Added a `total_error_count` method on formsets.
|
2013-06-16 15:49:30 -04:00 |
templatetags
|
Fixed #15653 - Error in admin pagination tag.
|
2013-05-29 09:23:08 -04:00 |
views
|
Fixed #19080 -- Fine-grained control over select_related in admin
|
2013-06-05 23:08:00 +02:00 |
__init__.py
|
Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this.
|
2011-05-03 10:44:23 +00:00 |
actions.py
|
Fix #20111 Added more precise message level for succcess and warning messages
|
2013-04-08 14:54:03 +03:00 |
exceptions.py
|
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
|
2013-05-25 16:27:34 -07:00 |
filters.py
|
Replaced `and...or...` constructs with PEP 308 conditional expressions.
|
2013-05-26 23:47:50 -03:00 |
forms.py
|
Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields
|
2013-06-18 08:01:17 -04:00 |
helpers.py
|
Replaced `and...or...` constructs with PEP 308 conditional expressions.
|
2013-05-26 23:47:50 -03:00 |
models.py
|
Fixed #20121 -- Removed LogEntry.get_admin_url's hard-coded path.
|
2013-03-25 23:45:27 -04:00 |
options.py
|
Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields
|
2013-06-18 08:01:17 -04:00 |
sites.py
|
Fixed #12674 -- provide a way to override admin validation
|
2013-05-19 12:42:52 +02:00 |
tests.py
|
Defined available_apps in relevant tests.
|
2013-06-10 11:30:01 +02:00 |
util.py
|
Fixed #20182 - admin lookup should treat 0 as False for __isnull
|
2013-05-27 13:29:53 -04:00 |
validation.py
|
Fixed #19080 -- Fine-grained control over select_related in admin
|
2013-06-05 23:08:00 +02:00 |
widgets.py
|
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
|
2013-02-05 04:16:07 -05:00 |