django1/django/contrib/admin
Anssi Kääriäinen 1cd6e04cd4 Fixed #18676 -- Allow fast-path deletion of objects
Objects can be fast-path deleted if there are no signals, and there are
no further cascades. If fast-path is taken, the objects do not need to
be loaded into memory before deletion.

Thanks to Jeremy Dunck, Simon Charette and Alex Gaynor for reviewing
the patch.
2012-09-28 18:16:08 +03:00
..
locale Pulled admin translations updates from Transifex. Refs #17822. 2012-03-23 02:41:04 +00:00
static/admin Moved the admin inline JS to new JS files for cleanliness. 2012-09-08 15:09:37 -04:00
templates Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail 2012-09-26 14:14:51 +02:00
templatetags Fixed #18072 -- Made more admin links use reverse() instead of hard-coded relative URLs. 2012-09-24 22:02:59 -03:00
views Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08: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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
filters.py Fixed #18530 -- Fixed a small regression in the admin filters where wrongly formatted dates passed as url parameters caused an unhandled ValidationError. Thanks to david for the report. 2012-09-15 16:20:56 -07:00
forms.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
helpers.py [py3] Fixed 'iterable but non string' detection 2012-08-08 18:02:25 +02:00
models.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
options.py Internal refactoring; moving LOOKUP_SEP up one level. 2012-09-08 19:51:36 -04:00
sites.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
tests.py Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02:00
util.py Fixed #18676 -- Allow fast-path deletion of objects 2012-09-28 18:16:08 +03: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] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00