summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-07-04[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-07-03[1.8.x] Fixed mistake in Model.from_db() example.Luke
2015-07-01[1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate.Tim Graham
2015-06-30[1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb intr...Tim Graham
2015-06-27[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dep...Tim Graham
2015-06-25[1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-22[1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALL...Tim Graham
2015-06-22[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-20[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's setting...Tim Graham
2015-06-19[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentationjohannes.linke
2015-06-16[1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.Ima...Andriy Sokolovskiy
2015-06-11[1.8.x] Used PEP 8 style indentation in forms docs.Nick Smith
2015-06-09[1.8.x] Fixed import in docs/ref/contrib/syndication.txtargaen
2015-06-09[1.8.x] Clarified the default form widgets for model number fields in docsMatt Deacalion Stevens
2015-06-08[1.8.x] Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham
2015-06-08[1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docsAlasdair Nicol
2015-06-05[1.8.x] Fixed #22571 -- Added clarification about auto_now_add=TrueYamila Moreno
2015-06-05[1.8.x] Capitalized "Python" in docs.Tim Graham
2015-06-05[1.8.x] Fixed #24925 -- Document using Coalesce on MySQLIan Foote
2015-06-04[1.8.x] Fixed #24191 -- Documented Form.changed_dataAlasdair Nicol
2015-06-02[1.8.x] Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite X-Fra...Simeon J Morgan
2015-06-01[1.8.x] Fixed #24880 -- Added more explicit docs on select_for_update() on SQ...Przemysław Suliga
2015-05-31[1.8.x] Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.Tim Graham
2015-05-26[1.8.x] Fixed typos in docs/ref/forms/widgets.txtI am Clinton
2015-05-25[1.8.x] Minor edits to docs/ref/forms/validation.txtI am Clinton
2015-05-25[1.8.x] Fixed typos in docs/ref/forms/fields.txtI am Clinton
2015-05-23[1.8.x] Fixed #24811 -- Added details on installing PostgreSQL extensions.Tim Graham
2015-05-22[1.8.x] Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-05-21[1.8.x] Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txtI am Clinton
2015-05-21[1.8.x] Fixed #24813 -- Documented {% include %} debug behavior varianceAndrei Kulakov
2015-05-21[1.8.x] Cosmetic edits and minor corrections to docs/ref/django-admin.txt.garwoodpr
2015-05-21[1.8.x] Cosmetic edits and minor corrections to docs/ref/settings.txt.garwoodpr
2015-05-20[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-18[1.8.x] Fixed typos in docs/ref/request-response.txtI am Clinton
2015-05-17[1.8.x] Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
2015-05-13[1.8.x] Fixed broken link in settings docsPiotr Jakimiak
2015-05-08[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-07[1.8.x] Fixed typo in docs/ref/models/expressions.txtIan Foote
2015-05-06[1.8.x] Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert
2015-05-05[1.8.x] Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal
2015-05-01[1.8.x] Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-29[1.8.x] Fixed #24665 -- Clarified model field flag defaults.Tim Graham
2015-04-25[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
2015-04-24[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
2015-04-24[1.8.x] Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
2015-04-24[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.Tim Graham
2015-04-22[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
2015-04-21[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topologyClaude Paroz
2015-04-21[1.8.x] Fixed #24682 -- Corrected a few generic editing view linksSteve Hiemstra