.. |
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
|
[2.0.x] Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.
|
2017-10-26 21:49:06 -04:00 |
contrib
|
[2.0.x] Fixed typo in MessageMiddleware.process_response() docstring.
|
2017-10-16 10:35:38 -04:00 |
core
|
[2.0.x] Removed Python 2 comment in ValidationError.
|
2017-10-23 08:57:07 -04:00 |
db
|
[2.0.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
|
2017-10-25 17:25:45 -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
|
[2.0.x] Fixed #28711 -- Fixed unordered_list template filter with lazy translations.
|
2017-10-18 20:05:24 -04:00 |
templatetags
|
Avoided creating temporary lists for obtaining the first item.
|
2017-07-31 11:02:23 -04:00 |
test
|
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
|
2017-09-11 11:32:40 -04:00 |
urls
|
[2.0.x] Refs #27025, #28593 -- Fixed "invalid escape sequence" warnings in urls/resolvers.py.
|
2017-09-30 20:33:18 -04:00 |
utils
|
[2.0.x] Refs #14807 -- Removed unneeded mark_safe call
|
2017-10-22 21:26:57 +02:00 |
views
|
[2.0.x] Refs #28457 -- Removed unused .next-step CSS in django/views/templates/default_urlconf.html.
|
2017-10-28 08:01:13 -04:00 |
__init__.py
|
[2.0.x] Bumped version for 2.0 beta 1.
|
2017-10-16 21:39:18 -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 |