summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-07-29[1.6.x] Allowed overriding variables in docs/Makefile.minusf
2013-07-29[1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...Jannis Leidel
2013-07-28[1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-07-26[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
2013-07-25[1.6.x] Added versionadded directive missing from b7bd708.Aymeric Augustin
2013-07-25[1.6.x] Fixed #20769 -- Added "Python compatibility" section to the 1.6 relea...Tim Graham
2013-07-25[1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
2013-07-25[1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
2013-07-24[1.6.x] Fixed typo in Custom management commands documentation.Jon Lønne
2013-07-24[1.6.x] Fixed #20794 -- Documented changes to validate_emailDominic Rodger
2013-07-19[1.6.x] LocaleMiddleware isn't default anymore (corrected docs)Sergio Oliveira
2013-07-19[1.6.x] Updated the `databases` documentationMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-18[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-18[1.6.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-18[1.6.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-07-18[1.6.x] Fixed typo in inspectdb docsAlasdair Nicol
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16[1.6.x] Reworked docs for ModelForm validation.Loic Bistuer
2013-07-15[1.6.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14[1.6.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-13[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
2013-07-12[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-07-12[1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham