1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/topics
Carl Meyer 9012833af8 Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Thanks to Preston Timmons for the bulk of the work on the patch, especially
updating Django's own test suite to comply with the requirements of the new
runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
patch and the discovery runner.

Refs #11077, #17032, and #18670.
2013-05-10 23:08:45 -04:00
..
auth Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
class-based-views Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
db Remove outdated ForeignKey manager documentation. 2013-05-07 10:06:15 -04:00
forms Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut 2013-05-09 16:44:36 +01:00
http Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
i18n Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
testing Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
cache.txt Fixed #19253 -- Extracted template cache key building logic 2013-02-24 14:32:45 +01:00
conditional-view-processing.txt Fixed #6195 -- Documented caching options for javascript_catalog. 2013-02-25 22:29:38 +01:00
email.txt
files.txt Fixed #20385 -- Typo in files docs. 2013-05-10 13:23:57 +02:00
index.txt
install.txt Update link to django-mssql project 2013-03-06 12:12:42 -05:00
localflavor.txt Fixed #20096 -- Added link to the Greek localflavor app 2013-03-20 17:08:08 +01:00
logging.txt Corrected "it's" to "its" when used possessively. 2013-04-29 17:21:37 +02:00
pagination.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
python3.txt Explained the pattern for special methods compatibility. 2013-04-19 09:53:50 +02:00
security.txt Fixed #20330 -- Normalized spelling of "web server". 2013-04-29 19:40:43 +02:00
serialization.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
settings.txt
signals.txt Adapted uses of versionchanged/versionadded to the new form. 2013-04-20 17:18:35 +02:00
signing.txt
templates.txt