index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
faq
/
models.txt
Age
Commit message (
Expand
)
Author
2019-11-27
Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-09-17
Refs #14091 -- Fixed connection.queries on SQLite.
Aymeric Augustin
2014-08-12
Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Ola Sitarska
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-05-22
Used link label in models FAQ to ease translation
Claude Paroz
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-10-01
Fixed #21031 -- Updated schema migrations FAQ.
Tim Graham
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-06-27
Fixed #17511 - Removed reference to deprecated "reset" management command in ...
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2011-11-01
Fixed #17129 - Model FAQ: Link to south
Luke Plant
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-09
Fixed #13101 -- Added multi-db info about debugging queries. Thanks to David ...
Russell Keith-Magee
2010-01-16
Created a 'DB optimization' topic, with cross-refs to relevant sections.
Luke Plant
2009-05-27
Fixed #11209 -- Added a note to doc on connection.queries that the logged sql...
Karen Tracey
2008-11-14
Fixed #9468 -- Fixed a misleading FAQ answer.
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss