.. |
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 #24041 -- Documented effect of changing a model instance's primary key.
|
2014-12-24 15:07:27 -05:00 |
forms
|
[1.7.x] Fixed display of lists after website redesign
|
2014-12-17 08:24:27 -05:00 |
http
|
[1.7.x] Fixed versionchanged indentation in docs/.
|
2014-11-03 21:43:21 -05:00 |
i18n
|
[1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.
|
2014-12-11 12:12:33 -05:00 |
testing
|
[1.7.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
|
2014-12-27 19:51:33 -05:00 |
cache.txt
|
[1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX
|
2014-12-23 14:40:35 -05:00 |
checks.txt
|
[1.7.x] Fixed #23959 -- Clarified when checks automatically run.
|
2014-12-22 11:35:57 -05: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] Fixed #23982 -- Added doc note on generating Python 2/3 cross-compatible migrations.
|
2014-12-12 13:09:59 -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] Updated advice on six.moves.range/xrange; refs #23812.
|
2014-12-13 13:42:45 -05: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 |