1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django
Claude Paroz 132d0e516e Fixed #22171 -- Improved sanitize_separators cleverness
Thanks Klaas van Schelven for the report and Tim Graham for the
review.
2014-08-18 19:57:50 +02:00
..
apps
bin
conf Fixed #23276 -- Deprecated passing views as strings to url(). 2014-08-12 13:15:40 -04:00
contrib Stopped skipping GIS forms tests on MySQL 2014-08-16 13:32:33 +02:00
core Fixed #23136 -- Added a message when sqlclear does nothing 2014-08-18 13:20:29 -04:00
db Fixed #23288: deconstruct() ignoring related_name 2014-08-14 19:47:22 -07:00
dispatch
forms Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). 2014-08-15 08:14:45 -04:00
http Fixed #23295 -- Removed unnecessary fix_location_header request.get_host() check. 2014-08-15 14:59:36 -04:00
middleware Fixed #21579 -- Made LocaleMiddleware respect script prefix. 2014-08-14 09:36:41 -04:00
template Fixed #23260: Added generator support to defaultfilters.unordered_list. 2014-08-14 10:43:44 -04:00
templatetags
test Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify the behavior. 2014-07-26 10:38:46 -04:00
utils Fixed #22171 -- Improved sanitize_separators cleverness 2014-08-18 19:57:50 +02:00
views Fixed #18355 -- Added ordering options to list based generic views. 2014-08-15 11:09:47 -04:00
__init__.py
shortcuts.py