summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham
2013-09-02[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-08-31[1.6.x] Made the doc about translating string literals in templates more prom...Loic Bistuer
2013-08-31[1.6.x] Fixed copy/paste error in measurement docsClaude Paroz
2013-08-30[1.6.x] Fixed typo in docs/ref/models/options.txtTim Graham
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-29[1.6.x] Added links to file docs.Jorge C. Leitão
2013-08-28[1.6.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella
2013-08-27[1.6.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-27[1.6.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
2013-08-27[1.6.x] Updated instructions for running contrib tests.Matt Robenolt
2013-08-22[1.6.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-22[1.6.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-22[1.6.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn
2013-08-22[1.6.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-21[1.6.x] Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry
2013-08-20[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-20[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-15[1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham
2013-08-15[1.6.x] Added release date to 1.5 release notes.James Bennett
2013-08-15[1.6.x] Updated docs following deprecation of django.views.defaults.shortcutAlasdair Nicol
2013-08-14[1.6.x] Added some doc links for django.contrib.messagesTim Graham
2013-08-13Added 1.4.6/1.5.2 release notes.1.6b2Tim Graham
2013-08-12[1.6.x] Added missing release notes for older versions of DjangoTim Graham
2013-08-10[1.6.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-09[1.6.x] Fixed #20868 -- Added an email to django-announce as a security step.Tim Graham
2013-08-08[1.6.x] Added an anchor for django.forms.Form.clean in docsTim Graham
2013-08-08[1.6.x] Clarifed meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-08[1.6.x] Added more on @cached_property, refs #20870Daniele Procida
2013-08-08[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
2013-08-08[1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela
2013-08-06[1.6.x] Added section labels in cache docsLeandro Regueiro
2013-08-05[1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song
2013-08-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
2013-08-04[1.6.x] Fixed a small formatting issue.Julien Phalip
2013-08-04[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for...Julien Phalip
2013-08-04[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-08-04[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida
2013-08-04[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-08-04[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-08-02[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txtDominic Rodger
2013-08-01[1.6.x] Removed unused model option "admin"Tim Graham
2013-07-31[1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham
2013-07-31[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-29[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham
2013-07-29[1.6.x] Misc doc cleanups.minusf