summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)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
Backport of 3f6cc33cff from master
2013-08-10[1.6.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
Thanks André Augusto. Backport of ab680725bf from master
2013-08-09[1.6.x] Fixed #20868 -- Added an email to django-announce as a security step.Tim Graham
Thanks garrison for the report. Backport of 5737c57d95 from master
2013-08-08[1.6.x] Added an anchor for django.forms.Form.clean in docsTim Graham
Backport of 8442268869 from master
2013-08-08[1.6.x] Clarifed meaning of models.User.is_authenticated()Jaime Irurzun
Backport of f96fe3cd1e from master
2013-08-08[1.6.x] Added more on @cached_property, refs #20870Daniele Procida
Backport of 7e6af9d40c from master
2013-08-08[1.6.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
Backport of 7a2296eb5b from master
2013-08-08[1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela
refs #20484 Backport of fb26c4996a from master
2013-08-06[1.6.x] Added section labels in cache docsLeandro Regueiro
Backport of 709cd2c4b7 from master
2013-08-05[1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song
Backport of 94d7fed775 from master
2013-08-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
Thanks Keryn Knight. Backport of 26c4bd38ac from master
2013-08-04[1.6.x] Fixed a small formatting issue.Julien Phalip
Backport 0b071ba7df7394b9 of from master.
2013-08-04[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option ↵Julien Phalip
for `makemessages`. Refs #17008. Backport of 28d3b33c04cc2 from master.
2013-08-04[1.6.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
Backport of 1593a86494 from master
2013-08-04[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved ↵Daniele Procida
prefetch_related() docs. Backport of e8183a8193 from master
2013-08-04[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ↵Justin Michalicek
params to django.contrib.auth views refs #5298 and refs #8342 Backport of 61ecb5f48a from master
2013-08-04[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
Thanks AtomicSpark. Backport of b278f7478d from master
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
Backport of a0c58113b9 from master
2013-08-02[1.6.x] Fixed #20786 -- Cleaned up docs/ref/exceptions.txtDominic Rodger
Thanks Daniele Procida for the suggestion and edits. Backport of 920b242e30 from master
2013-08-01[1.6.x] Removed unused model option "admin"Tim Graham
Backport of 5df84b268d from master
2013-07-31[1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham
Backport of a3a59a3197 from master
2013-07-31[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master
2013-07-29[1.6.x] Fixed #20823 -- Typo in docs/ref/forms/validation.txtTim Graham
Backport of 05ea5a2139 from master
2013-07-29[1.6.x] Misc doc cleanups.minusf
Backport of 70c080fcdb from master
2013-07-29[1.6.x] Allowed overriding variables in docs/Makefile.minusf
Backport of c694e6220e from master
2013-07-29[1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a ↵Jannis Leidel
replacement for the contrib app. Backport from master.
2013-07-28[1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
Backport of 0b35a2cce3 from master
2013-07-26[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
Thanks CollinAnderson for the report. Backport of 8676318d2d from master
2013-07-25[1.6.x] Added versionadded directive missing from b7bd708.Aymeric Augustin
Backport of 5ed7ec9 from master.
2013-07-25[1.6.x] Fixed #20769 -- Added "Python compatibility" section to the 1.6 ↵Tim Graham
release notes. Backport of bddb4a6818 from master
2013-07-25[1.6.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
Thanks gcbirzan for the report. Backport of 8c9240222f from master
2013-07-25[1.6.x] Fixed #20792 -- Corrected DISALLOWED_USER_AGENTS docs.Brenton Cleeland
Thanks simonb for the report. Backport of dab52d99fc from master
2013-07-24[1.6.x] Fixed typo in Custom management commands documentation.Jon Lønne
Backport of 5a5d594717 from master
2013-07-24[1.6.x] Fixed #20794 -- Documented changes to validate_emailDominic Rodger
4e2e8f39d changed the way validate_email behaves for foo@localhost email addresses, but wasn't listed in the release notes. Backport of c928725b9 from master.
2013-07-19[1.6.x] LocaleMiddleware isn't default anymore (corrected docs)Sergio Oliveira
Changed in @23229061fcb836ecca2195cc75f91e331279a5d1 Backport of cf6c754629 from master
2013-07-19[1.6.x] Updated the `databases` documentationMatt Deacalion Stevens
+ Removed a reference about MySQL storage engines also being called 'table types', as this term has been deprecated for 8 years and is no longer used. + Fixed the link to the official InnoDB storage engine docs. + Apache (versions >= 2.4) will always choose a multi-threaded MPM module on modern operating systems (later than 2002). Backport of fa217d14a0 from master
2013-07-19[1.6.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
Backport of 97e5398629 from master
2013-07-19[1.6.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
Backport of aa41eb9b8b from master
2013-07-18[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ↵Tim Graham
ModelAdmin attribute. Backport of dce8945ea6 from master
2013-07-18[1.6.x] Atom specification URL updatedMatt Deacalion Stevens
Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. Backport of beefc97171 from master
2013-07-18[1.6.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham
Thanks crichard@ for the report. Backport of fd95dc9e27 from master
2013-07-18[1.6.x] Fixed typo in inspectdb docsAlasdair Nicol
Backport of 1131d4191f from master
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
Backport of a3242dc9fe from master
2013-07-16[1.6.x] Reworked docs for ModelForm validation.Loic Bistuer
Backport of fba6c2ede7 from master
2013-07-15[1.6.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
Backport of 862a04a56d from master
2013-07-14[1.6.x] Fixed grammatical error in auth docsDavid Binetti
Backport of 51b50c47c7 from master
2013-07-13[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
Thanks Tim Graham for the review. Backport of 7557207983 from master.
2013-07-12[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
Thanks CollinAnderson for the report. Backport of a7d97a6778 from master
2013-07-12[1.6.x] Fixed #17528 -- Documented that add() and remove() with a ↵Tim Graham
many-to-many relationship do not call Model.save() Backport of 3cdeb572d7 from master