summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
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
2014-11-20Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-12Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-10-31Fixed #23732 -- Corrected and enhanced select_related() docs.Tim Graham
2014-10-30Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-28Fixed spelling errors in docs.Tim Graham
2014-10-28Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny
2014-10-27Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-18Fixed #23676 -- Rearranged sentence; "by default" applies only to max lengthJon Dufresne
2014-10-06Fixed #23602 -- Add comment on get_absolute_url regarding user inputMarkus Holtermann
2014-10-04Fix formatting error in UUIDField docs.Marc Tamlyn
2014-10-01Added flat=False to signature of QuerySet.values_list()jnothman
2014-09-26Fixed #23460 -- Added literal `%s` support to extra() QuerySets.Matt Robenolt
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-08Fixed #23281 -- Added "concrete model" to glossary.Tim Graham
2014-09-05Fixed #22534: Reinforce swappable documentationAndrew Godwin
2014-09-04Fixed documentation links to Query Expression API.Thomas Chaumeny
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2014-08-29Corrected a usage example of `related_query_name`.Simon Charette
2014-08-19Fixed #17272 -- Documented that non-editable fields are skipped during model ...Tim Graham
2014-08-19Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped.Tim Graham
2014-08-14Fixed #23224 - Documented EmailValidator.areski
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-26Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-24Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
2014-07-10Removed docs for @permalink decorator.Tim Graham
2014-07-10Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi