summaryrefslogtreecommitdiff
path: root/docs/index.txt
AgeCommit message (Expand)Author
2017-07-21[1.11.x] Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham
2017-07-11[1.11.x] Updated name of topics/db/queries link on index.Tom
2017-03-14[1.11.x] Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty
2017-02-15[1.11.x] Removed docs/internals/roles.txt.Tim Graham
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-18Fixed typo in docs/index.txt.auvipy
2015-12-31Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Changed section title from "Model syntax" to "Introduction to models".Mikey Ariel
2015-06-09Fixed #24961 -- Added links to all auth docs pages from index.Daniel Roseman
2015-05-28Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti
2015-05-22Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-03-25Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali
2015-02-03Added a "Writing migrations" how-to.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-12Fixed #23878 -- Moved Query and Prefetch documentationNg Zhi An
2015-01-10Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin
2015-01-03Fixed #24070 -- Added tutorial topics to doc index.Bibhas
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-03Moved CSRF docs out of contrib.Thomas Chaumeny
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-08-01Introduced a technical board.Aymeric Augustin
2014-08-01Renamed "committers" to "team".Aymeric Augustin
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-08Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-10Link new testing tools document from main index.Ramiro Morales
2014-03-03Added first cut at reference documentation for the checks framework.Russell Keith-Magee
2014-02-12Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-12-24Documented the Apps and AppConfig APIs.Aymeric Augustin
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-04Added link to localized formatting doc from main index.Ramiro Morales
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp
2013-09-19Corrected markup problems in new security summary page.Russell Keith-Magee
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-25Small start to migrations documentationAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-05-12Updated test failure example.Ramiro Morales
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham