summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2015-07-03[1.8.x] Fixed mistake in Model.from_db() example.Luke
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-19[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentationjohannes.linke
2015-06-09[1.8.x] Clarified the default form widgets for model number fields in docsMatt Deacalion Stevens
2015-06-08[1.8.x] Fixed #24952 -- Fixed example SQL in Func() expressions docsAlasdair Nicol
2015-06-05[1.8.x] Fixed #22571 -- Added clarification about auto_now_add=TrueYamila Moreno
2015-06-05[1.8.x] Capitalized "Python" in docs.Tim Graham
2015-06-05[1.8.x] Fixed #24925 -- Document using Coalesce on MySQLIan Foote
2015-06-01[1.8.x] Fixed #24880 -- Added more explicit docs on select_for_update() on SQ...Przemysław Suliga
2015-05-08[1.8.x] Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-07[1.8.x] Fixed typo in docs/ref/models/expressions.txtIan Foote
2015-04-29[1.8.x] Fixed #24665 -- Clarified model field flag defaults.Tim Graham
2015-04-24[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
2015-04-22[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentationRichard Eames
2015-04-20[1.8.x] Amended get_all_related_objects() backwards compatible replacement.Neal Todd
2015-04-18[1.8.x] Removed DateTimeQuerySet from docs.Tim Graham
2015-04-07[1.8.x] Fixed typo in docs/ref/models/expressions.txtlampslave
2015-03-29[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and ...Christopher Luc
2015-03-22[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external packageIacopo Spalletti
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-18[1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to be...Karl Hobley
2015-03-17[1.8.x] Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-03-16[1.8.x] Fixed #24486 -- Documented method to provide output_field to mixed F ...Josh Smeaton
2015-03-13[1.8.x] Refs #24462 -- Emphasized that order_by() clears previous ordering.Tim Graham
2015-03-12[1.8.x] Fixed typo in docs/ref/models/fields.txtSteven Das
2015-03-11[1.8.x] Fixed #24414 -- Added examples of Prefetch object usage to the docs.Sean Wang
2015-03-09[1.8.x] Fixed #24432 -- Added docs for ManyToManyFields that reside in and re...Floris den Hengst
2015-02-20[1.8.x] Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-14[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-12[1.8.x] Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-04[1.8.x] Fixed typos of "select_related" in docs and tests.Josh Schneier
2015-02-03[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen
2015-01-24[1.8.x] Fixed #24190 -- Clarified len(queryset)Collin Anderson
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-12Fixed #23878 -- Moved Query and Prefetch documentationNg Zhi An
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-29Fixed a vesionadded directive.Florian Apolloner
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton
2014-12-24Fixed #24041 -- Documented effect of changing a model instance's primary key.Helen Sherwood-Taylor
2014-12-23Fixed #24033 -- Use interval type on Oracle.Marc Tamlyn
2014-12-20Fixed #2443 -- Added DurationField.Marc Tamlyn
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-12-12Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton
2014-12-08Fixed #23974 -- Clarified wording of FileField.save/delete save parameter.Tim Graham
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-06Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-11-28Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen
2014-11-21Fixed #23865 -- documented how to assign errors to a field in Model.clean()Alasdair Nicol