summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-09-19Increase default PBKDF2 iterationsPaul McMillan
2013-09-19Fixed #21125 -- Removed support for cache URI syntaxCurtis Maloney
2013-09-19Reworked security issue list to be per-issue, not per-release.Russell Keith-Magee
2013-09-19Corrected markup problems in new security summary page.Russell Keith-Magee
2013-09-18Fixed two typos in the docsAlex Gaynor
2013-09-18Fixed a typo in the docsAlex Gaynor
2013-09-18Fix #21121: Add archive of security issues.James Bennett
2013-09-18Fixed #19414 -- Added admin registration decoratorBrian Holdefehr
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-18Fixed #4278 -- Added a dirs parameter to a few functions to override TEMPLATE...Berker Peksag
2013-09-17Fixed #21024 -- Documented how to deprecate a feature.Tim Graham
2013-09-17Updated examples in the docs after eade315d.Aymeric Augustin
2013-09-16Reworded a paragraph in the logging docs.Ramiro Morales
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-15Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-15Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-13Fixed #21101 -- Updated urlize documentation to mention email addressesGoetz
2013-09-13Fixed #21100 -- Noted that Create/UpdateViews.fields is new in 1.6Tim Graham
2013-09-13Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.Tim Graham
2013-09-13Documentation -- added instructions on working with pull requestsKevin Christopher Henry
2013-09-13Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-12Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-12Minor typo fix in django.contrib.auth.models.User docsPhaneendra Chiruvella
2013-09-11Fixed #20887 -- Added a warning to GzipMiddleware in light of BREACH.Tim Graham
2013-09-11Documentation -- Improved description of cache argumentsKevin Christopher Henry
2013-09-10Added 1.4.7/1.5.3 release notesTim Graham
2013-09-10Fix broken sphinx reference to staticfiles.Tarjei Husøy
2013-09-10Fixed #20919 -- Extended assertRedirects to be able to avoid fetching redirec...Juan Catalano
2013-09-10Fixed #21083 - Fixed spelling in tutorial.Tim Graham
2013-09-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
2013-09-10Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-09Fixed a little mistake in Django 1.7 release notesRomain B.
2013-09-09Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-09Improved release notes for ticket #10164Tim Graham
2013-09-09Fixed spelling; refs #16895.Tim Graham
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-08Fix #20745: Don't silence TypeError raised inside templates.Baptiste Mispelon
2013-09-08Repositioned two paragraphs in the release notes.Aymeric Augustin
2013-09-07Fixed #21068 -- Added some docs for DiscoverRunnerTim Graham
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-07Fixed #20005 -- Documented that Oracle databases need execute permission on S...Tim Graham
2013-09-07Added a note about LTS releases.Jacob Kaplan-Moss
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-09-07Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-07Merge pull request #1592 from pablomouzo/fix-admin-view-response-methods-docsTim Graham
2013-09-07Improved docs for `contrib.admin.options.ModelAdmin.response_*`Pablo Mouzo
2013-09-07Fixed 16992 -- Added InnoDB warning regarding reuse of AUTO_INCREMENT values.Keith Edmiston
2013-09-07Add docs for `response_add`, `response_change` and `response_delete`Pablo Mouzo
2013-09-06Fixed a link in topics/testing/overview.txtTim Graham