1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/docs/topics
Tim Graham 2f44fa7f06 Documented how to copy a OneToOneField.
Thanks Anton Gilgur for the report and review.
2016-12-17 08:39:52 -05:00
..
_images
auth Fixed typo in docs/topics/auth/customizing.txt. 2016-11-28 16:39:54 -05:00
class-based-views
db Documented how to copy a OneToOneField. 2016-12-17 08:39:52 -05:00
forms Doc'd the need to provide initial for formset submissions. 2016-10-10 15:36:21 -04:00
http Fixed #27349 -- Doc'd the CSRF_FAILURE_VIEW setting in view topic guide. 2016-10-14 13:46:54 -04:00
i18n Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns(). 2016-12-15 10:30:14 -05:00
testing Fixed typo in docs/topics/testing/tools.txt. 2016-11-04 05:12:42 +01:00
cache.txt Documented that cache keys are strings rather than bytes. 2016-10-27 15:49:24 -04:00
checks.txt
conditional-view-processing.txt Refs #19705 -- Documented decorator ordering with @condition(). 2016-10-14 07:36:01 -04:00
email.txt
external-packages.txt
files.txt
index.txt
install.txt Updated doc links to virtualenv website. 2016-11-22 08:36:41 -05:00
logging.txt
migrations.txt Fixed incorrect word choice in docs/topics/migrations.txt. 2016-11-16 06:57:30 -05:00
pagination.txt
performance.txt Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware. 2016-10-10 14:55:59 -04:00
python3.txt
security.txt
serialization.txt
settings.txt
signals.txt Rephrased an ambiguous sentence in docs/topics/signals.txt. 2016-11-24 05:50:39 -05:00
signing.txt
templates.txt