Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #14030 -- Allowed annotations to accept all ↵Josh Smeaton2014-11-154-134/+599
| | | | expressions
* Fixed #23774 -- Clarified QuerySet.order_by() and ↵Tim Graham2014-11-121-3/+7
| | | | related models.
* Fixed versionchanged indentation in docs/.Berker Peksag2014-11-043-10/+12
|
* Fixed #23732 -- Corrected and enhanced select_related() ↵Tim Graham2014-10-311-2/+20
| | | | | | docs. Thanks Daniele Procida for the report and review.
* Fixed #23725 -- Substituted AUTH_USER_MODEL for User in ↵Raul Cumplido2014-10-301-6/+8
| | | | docs.
* 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" ↵Jon Dufresne2014-10-181-7/+7
| | | | applies only to max length
* Fixed #23602 -- Add comment on get_absolute_url ↵Markus Holtermann2014-10-061-0/+13
| | | | regarding user input
* 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() ↵Matt Robenolt2014-09-261-5/+6
| | | | QuerySets.
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+25
| | | | Uses native support in postgres, and char(32) on other backends.
* Fixed #23281 -- Added "concrete model" to glossary.Tim Graham2014-09-081-3/+3
| | | | Thanks knowledgepoint-devs for the suggestion.
* 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
| | | | | | | | | | | | | | type conversions Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews.
* Corrected a usage example of `related_query_name`.Simon Charette2014-08-301-1/+1
| | | | Thanks to Petr Glotov for spotting this.
* Fixed #17272 -- Documented that non-editable fields are ↵Tim Graham2014-08-191-1/+2
| | | | | | skipped during model validation. Thanks mitar for the report.
* Fixed #4991 -- Emphasized XSS ramifications of help_text ↵Tim Graham2014-08-191-1/+3
| | | | not being escaped.
* 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 ↵Tim Graham2014-07-301-4/+5
| | | | | | docs/ref/models/querysets.txt. Thanks Josh Kupershmidt.
* Fixed #22491 -- documented how select_for_update() ↵Moayad Mardini2014-07-281-6/+17
| | | | | | should be tested. Thanks Andreas Pelme for the report.
* Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman2014-07-261-0/+5
|
* Fixed #23094 -- Removed redundant argument in ↵Tim Graham2014-07-241-3/+2
| | | | | | select_related() example. Thanks thegeekofalltrades at gmail.com for the report.
* Removed docs for @permalink decorator.Tim Graham2014-07-101-87/+0
| | | | | It's been marked as "not recommended" since 1.6. Anyone still using it may refer to older versions of the docs.
* Fixed #22809 -- Added model Field API reference.Jorge C. Leitão2014-07-101-2/+190
| | | | Thanks to @timgraham for the review.
* Fixed #19671 -- Added warnings that null and validators ↵Anubhav Joshi2014-07-091-0/+4
| | | | | | are ignored for ManyToManyField. Thanks Loic Bistuer and Tim Graham for help and review.
* Fixed #22351 -- Removed usage of lambdas in model field ↵Tim Graham2014-07-091-3/+13
| | | | | | options. Thanks claudep for review.
* Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão2014-07-094-409/+209
| | | | Thanks Anssi and Tim for reviews.
* Fixed #20631 -- Increased the default EmailField ↵Tim Graham2014-07-041-8/+4
| | | | | | max_length to 254. Thanks pmartin for the report.
* 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
| | | | | | | | | The Model.from_db() is intended to be used in cases where customization of model loading is needed. Reasons can be performance, or adding custom behavior to the model (for example "dirty field tracking" to issue automatic update_fields when saving models). A big thank you to Tim Graham for the review!
* Fixed #22778 -- Added a model Meta option to define ↵Renaud Parent2014-06-181-0/+17
| | | | | | default_related_name. Thanks jorgecarleitao and mmardini for reviews.
* Fixed #14481 -- Documented implicit "through" class ↵Jorge C. Leitão2014-06-181-0/+13
| | | | | | created by ManyToManyField. Thanks to jonathanmorgan for the report and initial patch.
* Fixed #22819 -- Renamed output_type -> output_field in ↵Tim Graham2014-06-171-5/+5
| | | | | | query expression API. Thanks jorgecarleitao for the suggestion.
* Fixed #22660: Doc'd you can't have unmigrated apps ↵Andrew Godwin2014-06-151-0/+12
| | | | depend on migrated
* Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz2014-06-121-1/+1
|
* Fixed #21430 -- Added a RuntimeWarning when unpickling ↵Anubhav Joshi2014-06-112-0/+29
| | | | | | | Models and QuerySets from a different Django version. Thanks FunkyBob for the suggestion, prasoon2211 for the initial patch, and akaariai, loic, and charettes for helping in shaping the patch.
* Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier2014-06-041-3/+4
| | | | Thanks smeaton for report and Joël Rochat for spell check
* Unicode method on model should return unicodeRyan Nowakowski2014-06-031-1/+1
| | | | | The example of a __unicode__ model method should return a unicode value instead of a string.
* Fixed #22710 -- Documented aggregation behavior for ↵Guillaume Pannatier2014-05-301-0/+6
| | | | | | empty QuerySets. Thanks matklad for the report.
* 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 ↵Daniel Pyrathon2014-05-161-0/+3
| | | | | | | | exclusive options Added DateTimeCheckMixin to avoid the use of default, auto_now, and auto_now_add options together. Added the fields.E151 Error that is raised if one or more of these options are used together.
* Fix typo that disabled code example highlightingÉric Araujo2014-05-151-1/+1
|
* Fixed #19195 -- Allow explicit ordering by a relation ↵Simon Charette2014-04-301-0/+27
| | | | | | | `_id` field. Thanks to chrisedgemon for the report and shaib, akaariai and timgraham for the review.