summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
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
2014-07-09Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
2014-07-08Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2014-07-02Fixed typo in docs/ref/models/instances.txtTim Graham
2014-07-01Fixed #19501 -- added Model.from_db() methodAnssi Kääriäinen
2014-06-18Fixed #22778 -- Added a model Meta option to define default_related_name.Renaud Parent
2014-06-18Fixed #14481 -- Documented implicit "through" class created by ManyToManyField.Jorge C. Leitão
2014-06-17Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham
2014-06-15Fixed #22660: Doc'd you can't have unmigrated apps depend on migratedAndrew Godwin
2014-06-12Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-06-04Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier
2014-06-02Unicode method on model should return unicodeRyan Nowakowski
2014-05-30Fixed #22710 -- Documented aggregation behavior for empty QuerySets.Guillaume Pannatier
2014-05-25Fixed typo in docs/ref/models/custom-lookups.txt.Matthew Schinckel
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-16Fixed #21798 -- Added check for DateTime mutually exclusive optionsDaniel Pyrathon
2014-05-14Fix typo that disabled code example highlightingÉric Araujo
2014-04-30Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette
2014-04-30Fixed #22537 -- Add tests and improved docs for field subclass with choices.Mike Fogel
2014-04-25Fixed #22493 - Added warnings to raw() and extra() docs about SQL injectionMoayad Mardini