.. |
apps
|
Refs #26207 -- Removed obsolete comments about deferred model classes.
|
2016-11-20 18:22:13 -05:00 |
bin
|
Removed bin/unique-messages.py
|
2015-02-06 08:47:38 -05:00 |
conf
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
contrib
|
Fixed #27531 -- Added block.super to admin's delete confirmation extrahead blocks.
|
2016-11-24 06:40:13 -05:00 |
core
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
db
|
Fixed grammar in sqlite's DatabaseOperations.bulk_batch_size()'s docstring.
|
2016-11-25 07:50:59 -05:00 |
dispatch
|
Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster.
|
2016-11-22 09:30:14 -05:00 |
forms
|
Fixed #27250 -- Removed 'for ="..."' from CheckboxSelectMultiple's <label>.
|
2016-11-22 11:48:37 -05:00 |
http
|
Fixed #27156 -- Made changing HttpRequest.encoding clear GET.
|
2016-11-17 12:46:42 -05:00 |
middleware
|
Fixed #26812 -- Fixed APPEND_SLASH on a URL including querystring with a trailing slash.
|
2016-11-06 10:38:36 +01:00 |
template
|
Fixed #27517 -- Fixed charset param in SimpleTemplateResponse.__init__().
|
2016-11-24 05:56:39 -05:00 |
templatetags
|
Fixed #27327 -- Simplified time zone handling by requiring pytz.
|
2016-10-27 08:53:20 -04:00 |
test
|
Fixed #27513 -- Made Signal.send()/send_robust() a tiny bit faster.
|
2016-11-22 09:30:14 -05:00 |
urls
|
Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.
|
2016-11-14 18:58:23 -05:00 |
utils
|
Cleaned up some __getstate__() docstrings.
|
2016-11-23 09:45:21 -05:00 |
views
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
__init__.py
|
Bumped version; master is now 1.11 pre-alpha.
|
2016-05-19 22:20:21 -04:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts
|
2016-03-29 21:34:20 +02:00 |