.. |
apps
|
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests
|
2016-05-19 21:33:36 -04:00 |
bin
|
Removed bin/unique-messages.py
|
2015-02-06 08:47:38 -05:00 |
conf
|
[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a list
|
2016-07-24 17:20:40 +02:00 |
contrib
|
[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.
|
2016-07-27 08:43:07 -04:00 |
core
|
[1.10.x] Fixed #26915 -- Fixed regression handling responses returned from view middleware.
|
2016-07-25 13:46:44 -04:00 |
db
|
[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
|
2016-07-19 16:09:23 -04:00 |
dispatch
|
[1.10.x] Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring.
|
2016-05-30 08:18:01 -04:00 |
forms
|
[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
|
2016-07-27 08:36:49 -04:00 |
http
|
[1.10.x] Fixed broken links in docs and comments.
|
2016-06-15 21:20:38 -04:00 |
middleware
|
[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
|
2016-06-17 15:55:55 -04:00 |
template
|
[1.10.x] Corrected firstof template tag's docstring.
|
2016-06-21 08:12:28 -04:00 |
templatetags
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
test
|
[1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
|
2016-07-21 17:06:48 -04:00 |
urls
|
[1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.
|
2016-07-14 14:42:23 -04:00 |
utils
|
[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling.
|
2016-06-17 15:55:55 -04:00 |
views
|
[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
|
2016-07-24 18:25:43 +02:00 |
__init__.py
|
[1.10.x] Bumped version for 1.10 release candidate 1.
|
2016-07-18 11:33:14 -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 |