1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +00:00
django/django
Bas Peschier c9f1a12925 Fixed #24013 -- Fixed escaping of reverse() prefix.
Prefix was treated as a part of the url pattern, which it is not.
Improved tests to conform with RFC 3986 which allows certain
characters in path segments without being escaped.
2015-03-12 19:05:17 -04:00
..
apps Fixed #24397 -- Sped up rendering multiple model states. 2015-03-08 13:54:49 +01:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #21495 -- Added settings.CSRF_HEADER_NAME 2015-03-05 15:03:40 -05:00
contrib Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from (None) to - 2015-03-12 09:40:56 -04:00
core Fixed #24013 -- Fixed escaping of reverse() prefix. 2015-03-12 19:05:17 -04:00
db Fixed #24171 -- Fixed failure with complex aggregate query and expressions 2015-03-09 07:49:23 -04:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms Fixed #24428 -- Fixed has_changed for fields with coercion 2015-03-05 09:00:13 +01:00
http Fixed #24463 -- Removed mod_python functionality from HttpRequest._get_scheme() 2015-03-11 14:35:25 -04:00
middleware Fixed #21495 -- Added settings.CSRF_HEADER_NAME 2015-03-05 15:03:40 -05:00
template Fixed #24464 -- Made built-in HTML template filter functions escape their input by default. 2015-03-09 09:29:58 -04:00
templatetags Fixed #24372 - Replaced TokenParser usage with traditional parsing. 2015-03-02 18:25:28 -05:00
test Simplified emit_post_migrate from flush command 2015-02-28 16:10:32 +01:00
utils Fixed #24471 -- Enhanced urlize regex to exclude quotes and angle brackets. 2015-03-10 19:24:46 -04:00
views Fixed #24455 -- Fixed crash in debug view with lazy objects 2015-03-09 20:30:01 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00