summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-23Fixed #21865 -- Incorrect signs in documented example.Marc Tamlyn
2014-01-23Fixed #21864 -- Fixed missing quote in custom lookup example.Baptiste Mispelon
2014-01-23Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-18Fixed typos spotted by Claude ParozAnssi Kääriäinen
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-16Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.Tim Graham
2014-01-16Fixed #21343 -- Noted many-to-many restrictions with intermediate model.Tim Graham
2014-01-01Updated release notes on app_label.Aymeric Augustin
2013-12-18Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-18Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets
2013-12-15Fix docs typoAndrew Godwin
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-26Fixed a typo in the documentationAlex Gaynor
2013-11-25Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-23Add missing commas in Prefetch docsThomas Orozco
2013-11-23Fixed #21491 -- Removed documented workaround for a known issue.Loic Bistuer
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-21Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-06Fixed typos in documentation.Baptiste Mispelon
2013-10-28Fixed #21344 -- Typo in docs/ref/models/queries.txtTim Graham
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-18Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-15Fixed #16855 -- select_related() chains as expected.Marc Tamlyn
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-21Correct very minor typomlissner
2013-09-13Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-09Fixed spelling; refs #16895.Tim Graham
2013-09-09Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-06Merge pull request #1567 from technivore/ticket_20970Tim Graham
2013-09-06re-indented method documentation within RelatedManagerMatthew Rich
2013-09-06Merge pull request #1544 from evildmp/ticket_20920_rebaseDaniele Procida
2013-09-06Consolidated documentation for F() and Q()evildmp
2013-09-06documented RelatedManager calling save() behind the scenes, added section on ...Matthew Rich
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-30Fixed typo in docs/ref/models/options.txtTim Graham
2013-08-30Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen
2013-08-21Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-21Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry
2013-08-20Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry