1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/topics
Russell Keith-Magee ddb53856b6 Fixed #21164 -- Added documentation for issue with test users.
The package renaming restores the older package names (which were also the
documented package names). This doesn't affect test discovery because the
module in question doesn't contain any tests.

Thanks to Carl for the design discussion.
2013-10-08 10:32:56 +08:00
..
auth Fixed #21164 -- Added documentation for issue with test users. 2013-10-08 10:32:56 +08:00
class-based-views
db Fixed #10913 -- Documented how related_name affects QuerySet filtering 2013-10-02 12:12:53 -04:00
forms Fixed #9532 -- Added min_num and validate_min on formsets. 2013-09-19 13:11:49 -04:00
http Changed the doc to use gender-neutral pronouns when possible. 2013-10-02 16:41:04 +02:00
i18n
testing Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirect's response. 2013-09-10 12:22:55 -04:00
cache.txt Fixed #20877 -- added a performance optimization guide 2013-09-20 23:21:49 +01:00
conditional-view-processing.txt
email.txt
files.txt
index.txt Fixed #20877 -- added a performance optimization guide 2013-09-20 23:21:49 +01:00
install.txt Re-added link to SQLite notes from DB section of install doc. 2013-10-07 07:40:41 -03:00
localflavor.txt
logging.txt Reworded a paragraph in the logging docs. 2013-09-16 17:49:46 -03:00
migrations.txt Fixed #21116 -- Made usage of manage.py in docs more consistent. 2013-09-18 10:35:41 -04:00
pagination.txt
performance.txt Fixed #21140 -- Added 'Using cached sessions' to the performance guide. 2013-09-23 10:50:19 -04:00
python3.txt Removed implication that six is part of Python stdlib. 2013-09-23 18:30:05 -04:00
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt