.. |
locale
|
Pulled admin translations updates from Transifex. Refs #17822.
|
2012-03-23 02:41:04 +00:00 |
static/admin
|
Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter horizontal widget. Thanks to Aymeric Augustin for the report.
|
2012-07-07 15:41:04 -07:00 |
templates
|
Fixed incorrect URL to object on delete confirmation and history page
|
2012-07-03 22:20:12 +01:00 |
templatetags
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
views
|
Imported reduce from functools for forward compatibility.
|
2012-05-20 00:25:46 +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
|
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #15294, r11250, r16136.
|
2011-07-30 19:09:23 +00:00 |
filters.py
|
Fixed #17992 -- Added a public API for localtime.
|
2012-04-29 15:37:23 +02:00 |
forms.py
|
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
2012-06-07 18:08:47 +02:00 |
helpers.py
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
models.py
|
Removed various unnecessary instances of mark_safe applied to URLs
|
2012-07-03 22:20:12 +01:00 |
options.py
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
sites.py
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
tests.py
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
2012-04-29 20:57:15 +02:00 |
util.py
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |
validation.py
|
Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replacement for a global module level variable. Thanks, jsdalton.
|
2011-09-08 13:25:00 +00:00 |
widgets.py
|
[py3] Replaced unicode/str by six.text_type/bytes.
|
2012-07-22 09:29:54 +02:00 |