summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
2013-09-10[1.5.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative pa...Tim Graham
2013-09-10[1.5.x] Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-09[1.5.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-07[1.5.x] Fixed #20005 -- Documented that Oracle databases need execute permiss...Tim Graham
2013-09-07[1.5.x] Fixed #16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMEN...Keith Edmiston
2013-09-06[1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston
2013-09-06[1.5.x] Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
2013-09-05[1.5.x] Fixed #21047 -- Added CLA mesage on the new contributor advice docmicahhausler
2013-09-05[1.5.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
2013-09-05Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-09-04[1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham
2013-09-04[1.5.x] Fixed #21002 -- Documented JSON session serialization requires string...Tim Graham
2013-08-31[1.5.x] Made the doc about translating string literals in templates more prom...Loic Bistuer
2013-08-29[1.5.x] Added links to file docs.Jorge C. Leitão
2013-08-28[1.5.x] Minor spelling correction in ModelForms docsPhaneendra Chiruvella
2013-08-27[1.5.x] Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-27[1.5.x] Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
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 contrib.se...Tim Graham
2013-08-22[1.5.x] Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-22[1.5.x] Fixed #20944 -- Removed inaccurate statement about View.dispatch().Marc Tamlyn
2013-08-22[1.5.x] Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-20[1.5.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-15[1.5.x] Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-08-15[1.5.x] Fixed #20444 -- Cookie-based sessions does not include a remote code ...Erik Romijn
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
2013-08-13Bump version post-release.Jacob Kaplan-Moss
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-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-08-12[1.5.x] Added missing release notes for older versions of DjangoTim Graham
2013-08-10[1.5.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-09[1.5.x] Fixed #20868 -- Added an email to django-announce as a security step.Tim Graham
2013-08-08[1.5.x] Added an anchor for django.forms.Form.clean in docsTim Graham
2013-08-08[1.5.x] Clarified meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-08[1.5.x] Added more on @cached_property, refs #20870Daniele Procida
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
2013-08-06[1.5.x] Added section labels in cache docsLeandro Regueiro
2013-08-04[1.5.x] Fixed a small formatting issue.Julien Phalip
2013-08-04[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-08-04[1.5.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida
2013-08-04[1.5.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-08-03[1.5.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-07-31[1.5.x] Added a bugfix in docutils 0.11 -- docs will now build properly.Tim Graham
2013-07-31[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan