Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-154-134/+599
* Fixed #23774 -- Clarified QuerySet.order_by() and related...Tim Graham2014-11-121-3/+7
* Fixed versionchanged indentation in docs/.Berker Peksag2014-11-043-10/+12
* Fixed #23732 -- Corrected and enhanced select_related() d...Tim Graham2014-10-311-2/+20
* Fixed #23725 -- Substituted AUTH_USER_MODEL for User in d...Raul Cumplido2014-10-301-6/+8
* Fixed spelling errors in docs.Tim Graham2014-10-281-1/+1
* Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny2014-10-281-0/+9
* Fixed QuerySet datetimes argument name in docs.Oliver Meinusch2014-10-281-2/+2
* Fixed #23676 -- Rearranged sentence; "by default" applies...Jon Dufresne2014-10-181-7/+7
* Fixed #23602 -- Add comment on get_absolute_url regarding...Markus Holtermann2014-10-061-0/+13
* Fix formatting error in UUIDField docs.Marc Tamlyn2014-10-041-2/+2
* Added flat=False to signature of QuerySet.values_list()jnothman2014-10-011-1/+1
* Fixed #23460 -- Added literal `%s` support to extra() Que...Matt Robenolt2014-09-261-5/+6
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+25
* Fixed #23281 -- Added "concrete model" to glossary.Tim Graham2014-09-081-3/+3
* Fixed #22534: Reinforce swappable documentationAndrew Godwin2014-09-051-0/+6
* Fixed documentation links to Query Expression API.Thomas Chaumeny2014-09-041-7/+7
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-031-17/+37
* Corrected a usage example of `related_query_name`.Simon Charette2014-08-301-1/+1
* Fixed #17272 -- Documented that non-editable fields are s...Tim Graham2014-08-191-1/+2
* Fixed #4991 -- Emphasized XSS ramifications of help_text ...Tim Graham2014-08-191-1/+3
* Fixed #23224 - Documented EmailValidator.areski2014-08-141-1/+2
* Updated MySQL links to version 5.6.Tim Graham2014-08-021-3/+2
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-1/+1
* Fixed #23134 -- Fixed typos in docs/ref/models/querysets....Tim Graham2014-07-301-4/+5
* Fixed #22491 -- documented how select_for_update() should...Moayad Mardini2014-07-281-6/+17
* Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman2014-07-261-0/+5
* Fixed #23094 -- Removed redundant argument in select_rela...Tim Graham2014-07-241-3/+2
* Removed docs for @permalink decorator.Tim Graham2014-07-101-87/+0
* Fixed #22809 -- Added model Field API reference.Jorge C. Leitão2014-07-101-2/+190
* Fixed #19671 -- Added warnings that null and validators a...Anubhav Joshi2014-07-091-0/+4
* Fixed #22351 -- Removed usage of lambdas in model field o...Tim Graham2014-07-091-3/+13
* Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão2014-07-094-409/+209
* Fixed #20631 -- Increased the default EmailField max_leng...Tim Graham2014-07-041-8/+4
* Fixed typo in docs/ref/models/instances.txtTim Graham2014-07-021-2/+2
* Fixed #19501 -- added Model.from_db() methodAnssi Kääriäinen2014-07-011-0/+54
* Fixed #22778 -- Added a model Meta option to define defau...Renaud Parent2014-06-181-0/+17
* Fixed #14481 -- Documented implicit "through" class creat...Jorge C. Leitão2014-06-181-0/+13
* Fixed #22819 -- Renamed output_type -> output_field in qu...Tim Graham2014-06-171-5/+5
* Fixed #22660: Doc'd you can't have unmigrated apps depend...Andrew Godwin2014-06-151-0/+12
* Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz2014-06-121-1/+1
* Fixed #21430 -- Added a RuntimeWarning when unpickling Mo...Anubhav Joshi2014-06-112-0/+29
* Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier2014-06-041-3/+4
* Unicode method on model should return unicodeRyan Nowakowski2014-06-031-1/+1
* Fixed #22710 -- Documented aggregation behavior for empty...Guillaume Pannatier2014-05-301-0/+6
* Fixed typo in docs/ref/models/custom-lookups.txt.Matthew Schinckel2014-05-261-1/+1
* Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk2014-05-172-0/+36
* Fixed #21798 -- Added check for DateTime mutually exclusi...Daniel Pyrathon2014-05-161-0/+3
* Fix typo that disabled code example highlightingÉric Araujo2014-05-151-1/+1
* Fixed #19195 -- Allow explicit ordering by a relation `_i...Simon Charette2014-04-301-0/+27