summaryrefslogtreecommitdiff
path: root/docs/index.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added Django Forum to mailing lists page.Carlton Gibson2023-03-241-1/+1
|
* Refs #34146 -- Fixed typos in tutorial. (#16530)Carlton Gibson2023-02-071-1/+1
| | | | | | - Fixed formatting on index page. - Removed duplicate What's next section. Thanks to Tim Graham for the report.
* Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling2023-02-071-0/+1
| | | | | | | | | | Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in.
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith2021-07-291-7/+7
| | | | appropriate.
* Fixed #25712 -- Reorganized templates docs.David Smith2020-04-301-1/+2
|
* Rewrote Get Help FAQ.Adam Johnson2020-03-261-7/+2
|
* Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin2020-03-181-3/+3
| | | | | This implements support for asynchronous views, asynchronous tests, asynchronous middleware, and an asynchronous test client.
* Fixed typo in docs/index.txt.Marya Belanger2020-01-031-1/+1
| | | | First steps section is no longer below tutorials overview.
* Refs #30780 -- Moved "First steps" section to the top of index page.Gabriel Augendre2019-12-311-24/+24
|
* Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin2019-12-031-1/+2
|
* Fixed #30767 -- Improved references to deployment documentation.Katie McLaughlin2019-09-091-1/+2
| | | | * Increased tocdepth to expose more complexity of topics. * Ensured deployment checklist is linked on main doc page.
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-0/+1
| | | | | This adds an ASGI handler, asgi.py file for the default project layout, a few async utilities and adds async-safety to many parts of Django.
* Removed dead links to botbot.me.Tim Graham2018-11-101-3/+1
|
* Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz2017-12-231-8/+0
| | | | Thanks Andrey Martyanov for the reporti, and Tim Graham for the review.
* Refs #17453 -- Fixed broken link to #django IRC logs.Tim Graham2017-07-211-1/+1
|
* Updated name of topics/db/queries link on index.Tom2017-07-111-1/+1
|
* Replaced docs/internals/team.txt with DSF teams page.Tobias McNulty2017-03-141-1/+0
|
* Removed docs/internals/roles.txt.Tim Graham2017-02-151-1/+0
| | | | It's moved to https://www.djangoproject.com/foundation/teams/.
* Refs #23919 -- Removed Python 2 notes in docs.Tim Graham2017-01-181-1/+0
|
* Fixed #26709 -- Added class-based indexes.Akshesh2016-06-271-0/+1
| | | | | | Added the AddIndex and RemoveIndex operations to use them in migrations. Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
* Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn2016-04-221-0/+1
| | | | | | | | | | Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter.
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-3/+0
|
* Fixed typo in docs/index.txt.auvipy2016-01-181-2/+1
|
* Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham2015-12-311-0/+24
| | | | Thanks Daniele Procida for coauthoring.
* Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne2015-12-011-1/+1
|
* Changed section title from "Model syntax" to "Introduction to models".Mikey Ariel2015-11-161-1/+1
|
* Fixed #24961 -- Added links to all auth docs pages from index.Daniel Roseman2015-06-091-1/+6
|
* Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti2015-05-281-3/+4
|
* Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham2015-05-221-1/+0
|
* Fixed #23814 -- Documented apps refactored out of Django.Fabio Natali2015-03-251-1/+0
|
* Added a "Writing migrations" how-to.Tim Graham2015-02-031-1/+2
|
* Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham2015-01-171-1/+0
|
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-121-0/+1
|
* Fixed #23878 -- Moved Query and Prefetch documentationNg Zhi An2015-01-121-1/+0
|
* Moved doc on the DTL's syntax to the ref/ section.Aymeric Augustin2015-01-101-1/+4
| | | | | | | This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
* Fixed #24070 -- Added tutorial topics to doc index.Bibhas2015-01-031-6/+6
|
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-1/+2
| | | | | | | | | Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples
* Updated formtools docs to point at new package outside the Django repo.Jannis Leidel2014-11-261-4/+0
| | | | Refs #23677.
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-1/+2
|
* Moved CSRF docs out of contrib.Thomas Chaumeny2014-11-031-1/+1
|
* Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham2014-09-121-0/+1
| | | | | | | Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
* Introduced a technical board.Aymeric Augustin2014-08-011-0/+2
| | | | | Extended the scope of the core team a bit (depending on your current perspective on that scope).
* Renamed "committers" to "team".Aymeric Augustin2014-08-011-1/+1
|
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-1/+1
|
* Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão2014-07-081-2/+3
| | | | Thanks Anssi and Tim for reviews.
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The first part of django.contrib.postgres, including model and two form fields for arrays of other data types. This commit is formed of the following work: Add shell of postgres app and test handling. First draft of array fields. Use recursive deconstruction. Stop creating classes at lookup time. Add validation and size parameter. Add contained_by lookup. Add SimpleArrayField for forms. Add SplitArrayField (mainly for admin). Fix prepare_value for SimpleArrayField. Stop using MultiValueField and MultiWidget. They don't play nice with flexible sizes. Add basics of admin integration. Missing: - Tests - Fully working js Add reference document for django.contrib.postgres.fields.ArrayField. Various performance and style tweaks. Fix internal docs link, formalise code snippets. Remove the admin code for now. It needs a better way of handing JS widgets in the admin as a whole before it is easy to write. In particular there are serious issues involving DateTimePicker when used in an array. Add a test for nested array fields with different delimiters. This will be a documented pattern so having a test for it is useful. Add docs for SimpleArrayField. Add docs for SplitArrayField. Remove admin related code for now. definition -> description Fix typo. Py3 errors. Avoid using regexes where they're not needed. Allow passing tuples by the programmer. Add some more tests for multidimensional arrays. Also fix slicing as much as it can be fixed. Simplify SplitArrayWidget's data loading. If we aren't including the variable size one, we don't need to search like this.
* Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk2014-05-171-1/+2
|
* Link new testing tools document from main index.Ramiro Morales2014-05-101-0/+1
|
* Added first cut at reference documentation for the checks framework.Russell Keith-Magee2014-03-031-1/+1
|
* Add reference documentation for operations and stubs for schemaeditor.Andrew Godwin2014-02-121-1/+3
|