django/django
Anssi Kääriäinen f811649710 Fixed #18816 -- Removed "trim" argument from add_filter()
The trim argument was used by split_exclude() only to trim the last
join from the given lookup. It is cleaner to just trim the last part
from the lookup in split_exclude() directly so that there is no need
to burden add_filter() with the logic needed for only split_exclude().
2012-12-16 16:56:28 +02:00
..
bin Fixed #18978 -- Moved cleanup command to sessions. 2012-10-27 18:31:00 +02:00
conf Fixed #19015 -- Removed ISO formats from localized formats.py 2012-12-01 14:15:06 +01:00
contrib Fixed #19469 -- Removed opts.get_ordered_objects() and related code 2012-12-16 16:22:09 +02:00
core Edited the middleware doc for completeness, clarity, and consistency. 2012-12-09 22:30:01 +01:00
db Fixed #18816 -- Removed "trim" argument from add_filter() 2012-12-16 16:56:28 +02:00
dispatch Fixed #18963 -- Used a subclass-friendly pattern 2012-11-03 22:07:35 +01:00
forms Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_valid 2012-12-06 20:00:56 +01:00
http Fixed a security issue in get_host. 2012-12-10 22:11:40 +01:00
middleware Fixed #19347 -- Removed unused variable definition in FetchFromCacheMiddleware 2012-12-01 13:52:26 +01:00
shortcuts Fixed #19432 -- Provided better error message for get_object_or_404 2012-12-12 22:05:00 +01:00
template Fixed #19392 -- Improved error for old-style url tags with dashes. 2012-12-09 16:17:56 +01:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering 2012-12-13 13:33:11 +02:00
utils Fixed a couple of docstring typos. 2012-12-15 10:22:22 -03:00
views Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users. 2012-12-10 22:11:39 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00