summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2011-12-24Added a password reset link to default admin login page if a password reset U...Luke Plant
2011-12-23Cleanup of typos, links, etc. in timezone docs.Gabriel Hurley
2011-12-23Fixed various links in the docs.Jannis Leidel
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-12-19Added note about assertFieldOutput being new in 1.4.Ramiro Morales
2011-12-17Quick edit of docs/topics/security.txt to catch some basic formatting problem...Adrian Holovaty
2011-12-17Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaineAdrian Holovaty
2011-12-17Fixed #17364 -- Fixed typos in topics/testing.txt. Thanks, movieladyAdrian Holovaty
2011-12-15Expanded section about lazy translation in i18n docs.Ramiro Morales
2011-12-09Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txtAdrian Holovaty
2011-11-21Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiume...Timo Graham
2011-11-21Fixed #16851 - Added how-to access form field value in template; thanks yasar...Timo Graham
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-19Fix #15646: Document that a FileField's full path can't be relied upon until ...Karen Tracey
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-18Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRai...Aymeric Augustin
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ...Aymeric Augustin
2011-11-12Fix #17119: Update cache doc to match current implementation, which does (sin...Karen Tracey
2011-11-12Fixed #17205 -- Fixed a small typo in the urls doc. Thanks, rabio.Julien Phalip
2011-11-10Fixed #17184 -- Typo in models documentation. Thanks elimisteve for the report.Aymeric Augustin
2011-11-01Fixed #4027 - Document how to make copies of model instancesLuke Plant
2011-11-01Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...Aymeric Augustin
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-26Fixed a reference that was broken at r17026.Aymeric Augustin
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-17Fixed typo in my last commit.Luke Plant
2011-10-17Added warning about replay attacks when using the cookies backend for sessions.Luke Plant
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Removed a couple of notes associated with deprecated utilities from the local...Ramiro Morales
2011-10-11Fixed #17035, #17036 -- Clarified documentation regarding TemplateResponse an...Carl Meyer
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-10-08Fixed #17011 - Made override_settings modify a decorated class in-place rathe...Carl Meyer
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-10-04Fixed #16985 -- corrected a few grammar errors in the docs.Alex Gaynor
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-22Fixed #16910 -- Misleading regex in urlpatterns inclusion docs.Paul McMillan
2011-09-22Fixed 11674 -- Clarified docs on excluded fields of ModelForms.Paul McMillan
2011-09-21Switch a few examples in the docs to use newstyle classes.Alex Gaynor
2011-09-21Fixed #16886 -- Memcached socket file documentation. Thanks ddbeck for the re...Simon Meers