.. |
apps
|
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
|
2017-03-04 10:02:06 -05:00 |
bin
|
Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."
|
2017-03-07 10:10:32 -05:00 |
conf
|
Fixed #28085 -- Added missing plural forms in en translation catalogs
|
2017-05-05 21:25:37 +02:00 |
contrib
|
Fixed docstring typo in django/contrib/admin/actions.py.
|
2017-05-25 05:54:51 -04:00 |
core
|
Fixed #28015 -- Added makemessages --add-location option.
|
2017-05-22 09:03:53 -04:00 |
db
|
Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before altering char/text field in PostgreSQL.
|
2017-05-24 07:25:59 +02:00 |
dispatch
|
Refs #27656 -- Updated django.forms/http docstring verbs according to PEP 257.
|
2017-02-20 19:57:33 -05:00 |
forms
|
Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new.
|
2017-05-03 07:45:51 -04:00 |
http
|
Refs #27795 -- Replaced many force_text() with str()
|
2017-04-27 09:10:02 +02:00 |
middleware
|
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
|
2017-03-04 10:02:06 -05:00 |
template
|
Fixed #28129 -- Allowed custom template tags to use keyword-only arguments.
|
2017-05-11 10:09:44 -04:00 |
templatetags
|
Fixed #27882 -- Allowed {% cache %} to cache indefinitely.
|
2017-03-15 13:01:21 -04:00 |
test
|
Fixed #28180 -- Numbered queries in assertNumQueries failure output
|
2017-05-20 15:11:09 +02:00 |
urls
|
Refs #27795 -- Replaced many force_text() with str()
|
2017-04-27 09:10:02 +02:00 |
utils
|
Corrected cached_property.__get__() docstring.
|
2017-05-15 09:25:14 -04:00 |
views
|
Refs #28221 -- Honor plural number in JavaScriptCatalog
|
2017-05-20 13:23:54 +02:00 |
__init__.py
|
Refs #27795 -- Removed unneeded force_text calls
|
2017-03-04 18:18:21 +01: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 |