.. |
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
|
Merged contrib translations from 1.5 branch
|
2013-02-26 21:51:06 +01:00 |
static/admin
|
Fixed #19972 -- Fixed overflow issue in admin changelist pages.
|
2013-03-20 17:00:25 +01:00 |
templates
|
Fixed #16350 -- Forced capitalization in template.
|
2013-03-22 22:41:13 +01:00 |
templatetags
|
Fixed #20088 -- Changed get_admin_log not to depend on User id field
|
2013-03-19 19:30:43 -03:00 |
views
|
Fixed #18003 -- Preserved tracebacks when re-raising errors.
|
2013-03-19 15:42:39 -07: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
|
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
|
2013-02-05 04:16:07 -05:00 |
filters.py
|
Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string.
|
2012-12-03 11:53:15 -08:00 |
forms.py
|
Removed superfluous cookie check from auth login.
|
2013-02-23 15:28:49 -08:00 |
helpers.py
|
Fixed #19609: admin Inlines doesn't display help_text for readonly fields
|
2013-02-23 18:24:32 +01:00 |
models.py
|
Fixed #19114 -- Fixed LogEntry unicode representation
|
2012-11-17 19:19:59 +01:00 |
options.py
|
Switched the admin to use @transaction.atomic.
|
2013-03-11 19:58:08 +01:00 |
sites.py
|
Fixed #19327 -- Added handling of double login attempts in admin.
|
2013-03-18 17:11:07 -07:00 |
tests.py
|
Fixed #19854 -- Turn Django's own Selenium tests off by default.
|
2013-02-25 10:14:42 -07:00 |
util.py
|
Fixed #18491 -- deleting a proxy doesn't show warning about cascade deletes
|
2013-02-23 23:20:34 +01:00 |
validation.py
|
Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden.
|
2013-02-02 14:53:46 -08:00 |
widgets.py
|
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
|
2013-02-05 04:16:07 -05:00 |