.. |
auth
|
[1.7.x] Fixed #23847 -- Improved the email_check example in the auth documentation.
|
2014-11-27 11:57:54 +01:00 |
class-based-views
|
[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.
|
2014-08-23 19:31:05 -04:00 |
db
|
[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses.
|
2014-10-06 08:24:07 -04:00 |
forms
|
[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.
|
2014-11-27 10:54:09 -05:00 |
http
|
[1.7.x] Fixed versionchanged indentation in docs/.
|
2014-11-03 21:43:21 -05:00 |
i18n
|
[1.7.x] Clarified that makemessages -l takes a locale name, not a language code.
|
2014-08-26 08:11:55 -04:00 |
testing
|
[1.7.x] Fixed #23543 -- Added docs on testing management command output.
|
2014-11-24 10:29:14 -05:00 |
cache.txt
|
[1.7.x] Fixed #22827 -- clarified what each cache middleware does.
|
2014-07-25 06:26:41 -04:00 |
checks.txt
|
[1.7.x] Fixed typo in docs/topics/checks.txt.
|
2014-09-05 14:30:01 -04:00 |
conditional-view-processing.txt
|
Fixed typo in docs/topics/conditional-view-processing.txt
|
2013-08-26 11:19:40 +02:00 |
email.txt
|
[1.7.x] Fixed #23900 -- Added missing imports in code example.
|
2014-11-23 23:08:13 +01:00 |
files.txt
|
[1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation.
|
2014-04-02 13:01:03 -04:00 |
index.txt
|
Added first cut at reference documentation for the checks framework.
|
2014-03-03 18:56:11 +08:00 |
install.txt
|
[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
|
2014-08-12 13:48:21 -04:00 |
localflavor.txt
|
Fixed #20774 -- Mention the new django-localflavor app as a replacement for the contrib app.
|
2013-07-29 10:54:53 +02:00 |
logging.txt
|
[1.7.x] Fixed pep8 in docs/topics/logging.txt
|
2014-10-15 18:56:00 -04:00 |
migrations.txt
|
[1.7.x] Fix malformed note directive.
|
2014-11-17 16:43:25 -07:00 |
pagination.txt
|
Removed versionadded/changed annotations for 1.5
|
2013-08-19 09:09:41 -04:00 |
performance.txt
|
Fixed doc typos.
|
2014-02-28 11:44:03 -05:00 |
python3.txt
|
[1.7.x] Removed thread customizations of six which are now built-in.
|
2014-11-13 11:34:03 +01:00 |
security.txt
|
[1.7.X] Fixed #23561 -- Corrected a security doc example that requires an unquoted HTML attribute.
|
2014-09-26 11:08:26 -06:00 |
serialization.txt
|
[1.7.x] Fixed versionchanged indentation in docs/.
|
2014-11-03 21:43:21 -05:00 |
settings.txt
|
[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.
|
2014-09-29 18:17:13 -04:00 |
signals.txt
|
[1.7.x] Added notes on registering signals in ready() and using dispatch_uid.
|
2014-11-27 11:23:43 -05:00 |
signing.txt
|
Fixed #18745 - Documentation change explaining tuple to list with signing.
|
2014-02-16 13:12:49 +01:00 |
templates.txt
|
[1.7.x] Fixed #23735 -- Clarified that admindocs must be enabled to view template tag libraries in admin.
|
2014-10-30 19:04:34 -04:00 |