summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2014-12-24[1.6.x] Fixed #24041 -- Documented effect of changing a model instance's prim...Helen Sherwood-Taylor
2014-12-08[1.6.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...Tim Graham
2014-12-06[1.6.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-11-20[1.6.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-12[1.6.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-10-30[1.6.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-27[1.6.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-18[1.6.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-01[1.6.x] Added flat=False to signature of QuerySet.values_list()jnothman
2014-08-29[1.6.x] Corrected a usage example of `related_query_name`.Simon Charette
2014-08-19[1.6.x] Fixed #17272 -- Documented that non-editable fields are skipped durin...Tim Graham
2014-08-19[1.6.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being es...Tim Graham
2014-08-02[1.6.x] Updated MySQL links to version 5.6.Tim Graham
2014-07-28[1.6.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-26[1.6.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-06-18[1.6.x] Fixed #14481 -- Documented implicit "through" class created by ManyTo...Jorge C. Leitão
2014-06-12[1.6.x] Fixed #22813 -- Updated Pillow URL in documentationClaude Paroz
2014-06-04[1.6.x] Fixed #22710 -- Amended aggregation note for empty QuerySetsGuillaume Pannatier
2014-05-30[1.6.x] Fixed #22710 -- Documented aggregation behavior for empty QuerySets.Guillaume Pannatier
2014-04-25[1.6.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL inj...Moayad Mardini
2014-04-21[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-18[1.6.x] Fixed #22473 -- Emphasized that Model.clean() is not called from Mode...Tim Graham
2014-04-10[1.6.x] Documentation fixes for the select_for_update change.Shai Berger
2014-04-10[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
2014-03-24[1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relation...Adam Kaliński
2014-03-21[1.6.x] Replaced an instance of PIL with Pillow in the docs.Tim Graham
2014-02-25[1.6.x] Fixed #22145 -- Clarified docs on Field.blank and Field.null options.navneet suman
2014-01-23[1.6.x] Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
2014-01-16[1.6.x] Fixed #18285 -- Documented that bulk_create doesn't work with M2M rel...Tim Graham
2013-12-18[1.6.x] Fixed #21632 -- Docs: Removed example with callable as query parameterKevin Christopher Henry
2013-12-15[1.6.x] Fixed typo in docs/ref/models/fields.txtTim Graham
2013-11-25[1.6.x] Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-21[1.6.x] Fixed #21427 -- Clearly state integer field value ranges in docsMarkus Amalthea Magnuson
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-10-23Fixed #13245: Explained Oracle's behavior w.r.t db_tableShai Berger
2013-10-18[1.6.x] Fixed #21212 -- Documented the reverse name for OneToOneField.Juergen Schackmann
2013-10-02[1.6.x] Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-09-21[1.6.x] Correct very minor typomlissner
2013-09-13[1.6.x] Fixed #21095 -- Documented new requirement for dates lookups.Matt Austin
2013-09-09[1.6.x] Fixed spelling; refs #16895.Tim Graham
2013-09-09[1.6.x] Fixed #16895 -- Warned about cost of QuerySet orderinge0ne
2013-09-07Fixed #20409 -- Clarified how unique_for_date works when USE_TZ is set.Aymeric Augustin
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-30[1.6.x] Fixed typo in docs/ref/models/options.txtTim Graham
2013-08-30[1.6.x] Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-21[1.6.x] Documentation -- Corrected error about Model.full_clean()Kevin Christopher Henry
2013-08-20[1.6.x] Documentation - Noted that OneToOneField doesn't respect unique.Kevin Christopher Henry
2013-08-08[1.6.x] Added note to GenericIPAddressField documentationChristopher Medrela
2013-08-05[1.6.x] Fixed #20859 - Clarified Model.clean() example.Jimmy Song
2013-08-04[1.6.x] Fixed #20842 and #20845 - Added a note on order_by() and improved pre...Daniele Procida