summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-09-10[1.5.x] Bump version numbers for 1.5.3 security release.1.5.3James Bennett
2013-09-10[1.5.x] Added 1.4.7/1.5.3 release notesTim Graham
Backport of baec6a26dd from master
2013-09-10[1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
Backport of fca4c4826e from master
2013-09-07[1.5.x] Fixed #20005 -- Documented that Oracle databases need execute ↵Tim Graham
permission on SYS.DBMS_LOB. Thanks jafula for the suggestion. Backport of a86ecc80a2 from master
2013-09-07[1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of ↵Keith Edmiston
AUTO_INCREMENT values. Thanks kent at nsc.liu.se for the report. Backport of c54fa1a7bc from master
2013-09-06[1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't ↵Keith Edmiston
compatible with runserver --insecure. Backport of 028db97503 from master
2013-09-06[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
Thanks craigbruce. Backport of db3de52807 from master
2013-09-05[1.5.x] Fixed #21047 -- Added CLA mesage on the new contributor advice docmicahhausler
Backport of 93dd31cadf from master
2013-09-05[1.5.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
Backport of 7b62b80693 from master
2013-09-05Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
Backport of 7cc3acbb7 from master.
2013-09-04[1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be ↵Tim Graham
accessed in forms. Thanks marky1991. Backport of 533d1ab334 from master
2013-09-04[1.5.x] Fixed #21002 -- Documented JSON session serialization requires ↵Tim Graham
string keys Thanks jeroen.pulles at redslider.net for the report. Backport of 3baf1d1042 from master.
2013-08-31[1.5.x] Made the doc about translating string literals in templates more ↵Loic Bistuer
prominent. Backport of 9885f07757 from master
2013-08-29[1.5.x] Added links to file docs.Jorge C. Leitão
Backport of d72f83c410 from master
2013-08-28[1.5.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella
Backport of 2fbf949760 from master
2013-08-27[1.5.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
Backport of 095643e691 from master
2013-08-27[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
Backport of 5fd2c979cb from master
2013-08-22[1.5.x] Typos introduced in 57c82f909b.Ramiro Morales
2013-08-22[1.5.x] Fixed #20922 -- Allowed customizing the serializer used by ↵Tim Graham
contrib.sessions Added settings.SESSION_SERIALIZER which is the import path of a serializer to use for sessions. Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews. Backport of b0ce6fe656 from master
2013-08-22[1.5.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
Backport of 2e926b041c from master
2013-08-22[1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn
Backport of bac4d03ce6 from master
2013-08-22[1.5.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
297f5af222 from master.
2013-08-20[1.5.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
Added OneToOneField to the list of model fields for which the unique argument isn't valid. (OneToOneFields are inherently unique, and if the user supplies a value for unique it is ignored / overwritten.)
2013-08-15[1.5.x] Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
Backport of 753edfa4b5 from master
2013-08-15[1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code ↵Erik Romijn
execution-warning Backport of d5ce2ff5e4 from master
2013-08-14[1.5.x] Fixed link in 1.5.2 release notesTim Graham
2013-08-14[1.5.x] Added some doc links for django.contrib.messagesTim Graham
Backport of b6178fa24b from master
2013-08-13Added 1.4.6/1.5.2 release notes.1.5.2Tim Graham
2013-08-13Bumped version numbers for 1.5.2.Jacob Kaplan-Moss
2013-08-12[1.5.x] Added missing release notes for older versions of DjangoTim Graham
Backport of 3f6cc33cff from master
2013-08-10[1.5.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.5.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.5.x] Added an anchor for django.forms.Form.clean in docsTim Graham
Backport of 8442268869 from master
2013-08-08[1.5.x] Clarified meaning of models.User.is_authenticated()Jaime Irurzun
Backport of f96fe3cd1e from master
2013-08-08[1.5.x] Added more on @cached_property, refs #20870Daniele Procida
Backport of 7e6af9d40c from master
2013-08-08[1.5.x] Removed a ModelForm doc section that doesn't apply to 1.5.xTim Graham
2013-08-08[1.5.x] Fixed #20870 -- Documented django.utils.functional.cached_propertyDaniele Procida
Backport of 7a2296eb5b from master
2013-08-06[1.5.x] Added section labels in cache docsLeandro Regueiro
Backport of 709cd2c4b7 from master
2013-08-04[1.5.x] Fixed a small formatting issue.Julien Phalip
Backport 0b071ba7df7394b9 of from master.
2013-08-04[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
Backport of 1593a86494 from master
2013-08-04[1.5.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.5.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-03[1.5.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
Backport of a0c58113b9 from master
2013-07-31[1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham
Backport of a3a59a3197 from master
2013-07-31[1.5.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.5.x] Misc doc cleanups.minusf
Backport of 70c080fcdb from master
2013-07-29[1.5.x] Allowed overriding variables in docs/Makefile.minusf
Backport of c694e6220e from master
2013-07-29[1.5.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.5.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
Backport of 0b35a2cce3 from master
2013-07-25[1.5.x] Fixed #18315 -- Documented QueryDict.popitem and QueryDict.popmark hellewell
Thanks gcbirzan for the report. Backport of 8c9240222f from master