summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Collapse)Author
2018-10-10[2.1.x] Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.Andrea Rabbaglietti
Backport of 1b49b792e9f0e6a5ae22f49f75586847e7e183bf from master.
2018-10-03[2.1.x] Clarified when QuerySet.select_for_update() locks.ovalseven8
Backport of d093e01ec05f661063507503fdf294eb6ee54dee from master.
2018-10-01[2.1.x] Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne
Backport of b3b47bf5156d400595363fa0029e51ce3f974ff0 from master.
2018-09-26[2.1.x] Added test of filtering on BinaryField and corrected docs.Jon Dufresne
Backport of fb2964a4106b1282c4179b6fbbd0374f5be1ccac from master.
2018-09-10[2.1.x] Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
Backport of c49ea6f5911296dcb40190c905e38b43cdc7c7a3 from master
2018-08-28[2.1.x] Fixed typo in docs/ref/models/fields.txt.Matt Wiens
Backport of c122a7c53cf870e61353afa73e59f28226a5c48d from master
2018-08-16[2.1.x] Fixed #29646 -- Doc'd the validators that each model and form field ↵Jeff
uses. Backport of 3fa3de54152a6b7a67de05ff4ff6fb122c9246e2 from master
2018-08-03[2.1.x] Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson
Backport of a67ebcb1cbd37e1fc9eddd2da1dda7f319c5ac1d from master
2018-08-02[2.1.x] Removed out of place sentence in QuerySet.count() docs.Adam Johnson
Backport of 2e3ba9f5927048655fffa620bbac4f8b048056a4 from master
2018-08-01[2.1.x] Fixed typos in comments and docs.luz.paz
Backport of 97e637a87fb45c4de970cca6cb783d93473c9d15 from master
2018-07-18[2.1.x] Added doc links for django.utils.html.escape().Claude Paroz
Backport of 6e78e1054933c36a2e0fdf998db780c88bdef4a9 from master
2018-07-09[2.1.x] Fixed #29549 -- Doc'd that Field.choices are enforced by model ↵Tim Graham
validation. Backport of 8b1d361f28c80cb0fa84a3714d711174bd25cdfa from master
2018-07-05[2.1.x] Refs #26608 -- Removed incorrect sentence in ↵Mads Jensen
Expression.contains_over_clause docs. Backport of ab251fdad251cfb1e9fb61c42b5bfed9d0afe393 from master
2018-06-29[2.1.x] Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
Backport of c530428d360daf904c9e98515ea836643a73a54c from master
2018-06-28[2.1.x] Fixed #29458 -- Doc'd how related_query_name affects ↵Jeffrey Yancey
Model._meta.get_field(). Backport of 2d6776ffe0b58f729f4372635b49a59da99ca206 from master
2018-06-16[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
Backport of 11bfe3a83d79c832bd861b6b87f254197fde1659 from master
2018-06-08[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
Backport of 741792961815cf4a95c5ce8ab590dfc7700c6153 from master
2018-05-25[2.1.x] Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
Backport of 4c35a173e881deaff17e5343181dcbc36177a4af from master
2018-05-18[2.1.x] Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of ↵Tim Graham
related models. Backport of e038f98bf342af716cf16e38be989c2d0f126797 from master
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz> Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-04Fixed reference to nonexistent __between lookup.Daniel Roseman
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
Thanks Tim Graham and Nick Pope for reviews.
2018-03-28Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.Quentin Agren
2018-03-21Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-03-20Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
Thanks Tim Graham for the review.
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
Thanks Tim Graham and Mads Jensen for reviews.
2018-03-08Fixed #29178 -- Allowed Index.fields to accept a tuple.Fabrizio Ettore Messina
2018-02-23Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort
2018-02-19Removed redundant lookup name in register_lookup() calls.Tim Graham
2018-02-15Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with ↵Tim Graham
manually specified pks.
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2018-02-08Fixed typo in bulk_create() documentation.Sergey Fedoseev
2018-01-31Fixed #29066 -- Allowed negating query expressions.priyanshsaxena
2018-01-30Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ↵Jon Dufresne
if the related id doesn't change.
2018-01-29Fixed #29081 -- Clarified comments in QuerySet.select_related() example.Tim Graham
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2018-01-23Fixed heading level typo in docs/ref/models/database-functions.txt.Tim Graham
2018-01-19Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().Mariusz Felisiak
2018-01-17Refs #28643 -- Added Replace database function.Mads Jensen
2018-01-12Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.Botond Béres
2017-12-22Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry
2017-12-07Fixed import in docs/ref/models/conditional-expressions.txt example.Mohammad Esmaeilbeygi
2017-12-05Fixed typo in docs/ref/models/expressions.txt.Igor Starikov
2017-11-17Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt.Benjamin Bach
2017-11-12Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), ↵Mariusz Felisiak
difference(), and intersection(). Thanks Tim Graham for the review.