.. |
db
|
23b7758f75
Fixed #16293: Document a way to return dicts with column names from a DB cursor.
|
13 年之前 |
forms
|
d14bf8c62b
Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has_changed``. Thanks to michelts for the patch.
|
13 年之前 |
http
|
94524fbfef
Fixed #16079: Clarified (for real this time) how handler404 and handler500 work, and that they only work in a root URLconf.
|
13 年之前 |
i18n
|
16bb9c594c
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to the default language if resolving one of the arguments fails, raising a KeyError. Thanks, Claude Paroz and Aymeric Augustin.
|
13 年之前 |
auth.txt
|
e130dc3275
Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_anonymous_user" flags on authentication backends. If you have an authenication backend it now *must* suport these.
|
13 年之前 |
cache.txt
|
6ce463aadb
Fixed #16786 -- Minor cleanups in the memcached section of the caching topic guide. Thanks to jamesp for the report and patch.
|
13 年之前 |
class-based-views.txt
|
4d920c5ecd
Fixed #15715 -- added non-trivial decorator example to CBV docs. Thanks toofishes.
|
13 年之前 |
conditional-view-processing.txt
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 年之前 |
email.txt
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 年之前 |
files.txt
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 年之前 |
generic-views-migration.txt
|
06b22963ea
Fixed #15272 -- Altered generic views to use the guaranteed untranslated object_name, rather than the possibly translated verbose_name(_plural) for default context objects. Thanks to szczav for the report and patch.
|
14 年之前 |
generic-views.txt
|
a205fe9378
Added notes in old generic views howto about the new class based approach.
|
14 年之前 |
index.txt
|
528157ce73
Fixed #14201 - Add a "security overview" page to the docs
|
14 年之前 |
install.txt
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 年之前 |
logging.txt
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 年之前 |
pagination.txt
|
bce125e84f
Tweaks to paginator documentation.
|
14 年之前 |
security.txt
|
893cea211a
Added protection against spoofing of X_FORWARDED_HOST headers. A security announcement will be made shortly.
|
13 年之前 |
serialization.txt
|
930371e91b
Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch.
|
14 年之前 |
settings.txt
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
14 年之前 |
signals.txt
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
14 年之前 |
signing.txt
|
c9da5db701
Fixed documentation about use of salt parameter in signing functions.
|
13 年之前 |
templates.txt
|
5fbf5fd3dd
Fixed #16793. Added more cross referencing to the load tag's documentation. Thanks to bluejeansummer for the patch.
|
13 年之前 |
testing.txt
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 年之前 |