.. |
contrib
|
8f3e1c1c63
Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain.
|
vor 14 Jahren |
files
|
4a1fd44c0f
Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.
|
vor 14 Jahren |
forms
|
534c427b20
Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Thanks for the patch erickr and closedbracket.
|
vor 14 Jahren |
models
|
8f0f73c7b8
Fixed #2705: added a `select_for_update()` clause to querysets.
|
vor 14 Jahren |
templates
|
c21d3afaef
Fixed #15952 -- fixed an error in the template builtins docs.
|
vor 14 Jahren |
authbackends.txt
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
vor 14 Jahren |
class-based-views.txt
|
d3e5380b41
Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim
|
vor 14 Jahren |
databases.txt
|
5b0e4e49d4
Fixed #14091 - be more correct about logging queries in connection.queries.
|
vor 14 Jahren |
django-admin.txt
|
519534bf03
Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower
|
vor 14 Jahren |
exceptions.txt
|
a4ef094b0f
Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.
|
vor 14 Jahren |
generic-views.txt
|
a4ef094b0f
Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.
|
vor 14 Jahren |
index.txt
|
e0dcd7666a
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail.
|
vor 14 Jahren |
middleware.txt
|
ee5fb7d18c
Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch.
|
vor 14 Jahren |
request-response.txt
|
13cfdb0d8b
Fixed a couple of small documentation typos.
|
vor 14 Jahren |
settings.txt
|
171df93170
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore
|
vor 14 Jahren |
signals.txt
|
f9fa9327c6
Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.
|
vor 14 Jahren |
template-response.txt
|
3f528e10d5
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch.
|
vor 14 Jahren |
unicode.txt
|
1b1060c916
Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thanks to guettli for the report and draft patch.
|
vor 14 Jahren |
utils.txt
|
78b2e254ca
Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastructures instead of just SortedDict. The other stuff is still undocumented, which is probably a good thing
|
vor 14 Jahren |
validators.txt
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
vor 14 Jahren |