.. |
apps
|
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
2017-06-01 19:08:59 -04:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
2017-09-20 18:04:42 -04:00 |
contrib
|
Refs #25187 -- Required the authenticate() method of authentication backends to have request as the first positional argument.
|
2017-09-22 12:51:18 -04:00 |
core
|
Refs #20892 -- Removed support for passing pylibmc behavior settings as top-level attributes of CACHES['OPTIONS'].
|
2017-09-22 12:51:17 -04:00 |
db
|
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation timeline.
|
2017-09-22 12:51:18 -04:00 |
dispatch
|
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
|
2017-02-20 19:57:33 -05:00 |
forms
|
Removed unnecessary parens in various code.
|
2017-09-13 21:20:29 -04:00 |
http
|
Removed unused eof argument to BoundaryIter._find_boundary().
|
2017-09-22 10:47:14 -04:00 |
middleware
|
Fixed #28488 -- Reallowed error handlers to access CSRF tokens.
|
2017-09-20 16:22:18 -04:00 |
template
|
Refs #27175 -- Removed exception silencing from the {% include %} template tag.
|
2017-09-22 12:51:18 -04:00 |
templatetags
|
Avoided creating temporary lists for obtaining the first item.
|
2017-07-31 11:02:23 -04:00 |
test
|
Refs #26840 -- Removed django.test.runner.setup_databases() per deprecation timeline.
|
2017-09-22 12:51:17 -04:00 |
urls
|
Refs #28593 -- Made URLResolver._populate() more resilient to signal interrupts.
|
2017-09-22 10:16:05 -04:00 |
utils
|
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
|
2017-09-22 12:51:18 -04:00 |
views
|
Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templates.
|
2017-09-21 10:23:23 -04:00 |
__init__.py
|
Bumped version; master is now 2.1 pre-alpha.
|
2017-09-22 12:51:17 -04:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Refs #27795 -- Replaced many force_text() with str()
|
2017-04-27 09:10:02 +02:00 |