summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-15Fixed #20053 -- Fix `index_together` documentationJohan Charpentier
2013-03-14Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen
2013-03-11Fixed broken link in binary fields doc.Ramiro Morales
2013-03-10Fixed #20018: Added backtick to fix referenceJonathan Loy
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Adde two "versionadded" markers, thanks to mYk for noticing.Alex Gaynor
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-20Clarified the language used in the documentation. Thanks to Mike Smith for th...Alex Gaynor
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-16Fixed #19824 - Corrected the class described for Field.primary_key from Integ...Tim Graham
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-01-20Added missing versionadded 1.6 to docs of earliest()Anssi Kääriäinen
2013-01-20Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-11-27Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
2012-11-22Fixed #18974 - Warned against using models.permalinkTim Graham
2012-11-22Documented behavior of get_or_create when multiple objects are returned.Tim Graham
2012-11-18Update docs/ref/models/querysets.txtAnton Danilchenko
2012-11-07Fixed invalid ipv4 mapped ipv6 addresses in docsDanilo Bargen
2012-11-05Fixed #15591 - Clarified interaction between ModelForm and model validation.Tim Graham
2012-11-04Added multi-column indexes to the 1.5 release notes.Alex Gaynor
2012-11-04Fixed formatting of get_FOO_display exampleEric Davis
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-11-03Fixed #17549 -- Added a clickable link for URLFields in admin change list.Ulrich Petri
2012-11-02Deprecated depth kwarg on select_related.Preston Holmes
2012-10-20Fixed #13869 - Warned that QuerySet.iterator() doesn't affect DB driver cachi...Tim Graham
2012-10-18Fixed #18046 - Documented than an index is created by default for ForeignKeys...Tim Graham
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-05Merge pull request #425 from Osmose/queryset_doc_typoPreston Holmes
2012-10-05Fixed typo in queryset docs under update method.Michael Kelly
2012-10-03Fixed #18413 - Noted that a model's files are not deleted when the model is d...Tim Graham
2012-09-30Corrected links to only()/defer() in Model documentationAnssi Kääriäinen
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen