| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-13 | [1.9.x] Fixed #27342 -- Corrected QuerySet.update_or_create() example. | Tim Graham | |
| Backport of 51b83d9e5113ea5b81d04f4d117bd5acd3c1b822 from master | |||
| 2016-07-25 | [1.9.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering ↵ | Tim Graham | |
| docs. Backport of 3aaf6cf0f3288986c4ce56defea26420f8a48534 from master | |||
| 2016-07-21 | [1.9.x] Fixed #26899 -- Documented why RawSQL params is a required parameter. | petedmarsh | |
| Backport of 7bf3ba0d0c700670d13d7683eec7bd3eb3d4dd1f from master | |||
| 2016-07-06 | [1.9.x] Fixed #25461 -- Corrected meta API code examples to account for MTI. | Romain Garrigues | |
| In the case of multiple-table inheritance models, get_all_related_objects() and get_all_related_objects_with_model() don't return the auto-created OneToOneField, but the new examples didn't account for this. Backport of 8be84e2ac42b2556fd6fa07794b3708b143ef341 from master | |||
| 2016-06-28 | [1.9.x] Refs #23386 -- Documented that F() expressions are applied on each ↵ | Tsering | |
| model.save() Backport of fc4b4fd5850989458d6e54de12a29b2e40e94ce8 from master | |||
| 2016-06-15 | [1.9.x] Refs #14030 -- Updated docs per "Improved expression support for ↵ | Sergey Fedoseev | |
| python values." Complements e2d6e14662d780383e18066a3182155fb5b7747b. Backport of db613f4f1250971942f766dcf97c22234a3aa14e from master | |||
| 2016-06-03 | [1.9.x] Fixed #26021 -- Applied hanging indentation to docs. | Ed Henderson | |
| Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master | |||
| 2016-06-02 | [1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on ↵ | Chad Shryock | |
| database ordering. Backport of e6c5e68acd4bff90e371fd148ed6976e147692ad from master | |||
| 2016-05-31 | [1.9.x] Fixed a typo in the docs. | Florian Apolloner | |
| Backport of 62e4f8ec435a4b600c8efb071201070a2443477e from master. | |||
| 2016-05-31 | [1.9.x] Fixed #26679 -- Documented which methods are disabled on ↵ | Ketan Bhatt | |
| RelatedManager if there's an intermediate table. Backport of 59523c06fe482232dad9dc63ef0baab63418196d from master | |||
| 2016-05-27 | [1.9.x] Fixed typo in docs/ref/models/querysets.txt | Nick Smith | |
| Backport of 838386815f53fe2cba1b42c498420881660079d4 from master | |||
| 2016-05-14 | [1.9.x] Refs #26021 -- Used hanging indentation in some doc examples. | Tim Graham | |
| Backport of e475e849703d937e158e75e7a6d9cb99090857f6 from master | |||
| 2016-05-08 | [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx. | Tim Graham | |
| Backport of f5ff5010cd74500785a707ac70b51d292403cddc from master | |||
| 2016-05-07 | [1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods. | Tobias McNulty | |
| Backport of dbd99de6fa006798ca81ef43cbc83d88e5e6a377 from master | |||
| 2016-05-03 | [1.9.x] Normalized "an SQL" spelling. | Ville Skyttä | |
| Backport of 575a9a791e62de7550761970dc6797271d956c57 from master | |||
| 2016-05-03 | [1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616. | Vasiliy Faronov | |
| Didn't touch comments where it wasn't obvious that the code adhered to the newer standard. Backport of ac77c55bc5fc54cd763a7ae426784650a8cc97c9 from master | |||
| 2016-04-28 | [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master | |||
| 2016-04-08 | [1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt | Tim Graham | |
| Backport of 5ac7c8f7ab2b2e1fec50abb14539a2eb520d1995 from master | |||
| 2016-04-02 | [1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued ↵ | Iacopo Spalletti | |
| relations.a Thanks Sai Krishna for the initial patch. Backport of 7d485d5d75bd9faab0b949fd34d4f098f8079452 from master | |||
| 2016-03-12 | [1.9.x] Fixed #26239 -- Added a note about how auto_now works with ↵ | Duane Hilton | |
| QuerySet.update(). Backport of ca5c05ddbe91f4aae38c4543240dbda5f1fb1db2 from master | |||
| 2016-03-03 | [1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions ↵ | Tim Graham | |
| example. Thanks tomaszn for the patch. Backport of de8a11ba18d5902c668d4db47c38c9c6bdf9c1da from master | |||
| 2016-03-01 | [1.9.x] Fixed typos in docs/ref/models/meta.txt. | Taranjeet | |
| Backport of 11a8207d4294b46561ce34b37803f191014509af from master | |||
| 2016-02-29 | [1.9.x] Fixed #26186 -- Documented how app relative relationships of ↵ | Simon Charette | |
| abstract models behave. This partially reverts commit bc7d201bdbaeac14a49f51a9ef292d6312b4c45e. Thanks Tim for the review. Refs #25858. Backport of 0223e213dd690b6b6e0669f836a20efb10998c83 from master | |||
| 2016-02-17 | [1.9.x] Fixed #25687 -- Documented how to add database function support to ↵ | Tim Graham | |
| third-party backends. Thanks Kristof Claes for the initial patch. Backport of 88034c9938d92193d2104ecfe77999c69301dcc1 from master | |||
| 2016-02-01 | [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. | Tim Graham | |
| Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master | |||
| 2016-02-01 | [1.9.x] Unified some doc links to OneToOneField and ManyToManyField. | Tim Graham | |
| Backport of 8ce8beb3f24042ed0c3da00ef3d23c25036021ed from master | |||
| 2016-01-22 | [1.9.x] Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| Backport of bca9faae95db2a92e540fbd08505c134639916fe from master | |||
| 2016-01-14 | [1.9.x] Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide. | Tim Graham | |
| Thanks Thomas Güttler for the suggestion. Backport of 28acc0d6df844ccfc8de6f4e7d5883eb4841e946 from master | |||
| 2016-01-11 | [1.9.x] Added missing period to "etc.". | pp | |
| Backport of b34ff66e5bae3760273255fa5b2525eb21a5eb63 from master | |||
| 2015-12-31 | [1.9.x] Removed British/Austrialian word: whilist. | Tim Graham | |
| Backport of 98839e906632dfe77c6f6906d61d62868a0541dc from master | |||
| 2015-12-24 | [1.9.x] Discouraged use of /tmp with predictable names. | Chris Lamb | |
| The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master | |||
| 2015-12-03 | [1.9.x] Fixed typo in docs/ref/models/instances.txt | Qile Wang | |
| Backport of 83a710b8d3bfb2ac94ba9ae0672bd7b550339629 from master | |||
| 2015-12-01 | [1.9.x] Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| Backport of 7aabd6238028f4bb78d0687bbccc97bcf634e28b from master | |||
| 2015-11-30 | [1.9.x] Removed old versionadded/changed directives. | Sergey Fedoseev | |
| Backport of da08195b368054d37f85c12ec4ed24656f64245e from master | |||
| 2015-11-24 | [1.9.x] Clarified default value for DateField to emulate auto_now_add. | Bulgantamir Gankhuyag | |
| Backport of 8bce6fa637952342278c59d06520611e3ba80cbb from master | |||
| 2015-11-19 | [1.9.x] Corrected GenericIPAddressField protocol parameter doc. | areski | |
| Backport of 1e7da99ea6a78c47d3b5d4e9ce82df1ee4024ada from master | |||
| 2015-11-12 | [1.9.x] Replaced "inbuilt" with more common "built-in". | Tim Graham | |
| Backport of a8f05f405f8b78e13d7c4c9ffd73d6182b6fc4d5 from master | |||
| 2015-11-03 | [1.9.x] Fixed #25132 -- Documented how to retrieve a single value using ↵ | Alex Morozov | |
| values_list() and get(). Backport of 4373eac99828d99718a7b245d160e7e64fce2e95 from master | |||
| 2015-10-30 | [1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be ↵ | Tim Graham | |
| homogeneous. Backport of 69239c0f968ee55cb9ca1e31323fb696db0c2aec from master | |||
| 2015-10-13 | [1.9.x] Fixed typo in docs/ref/models/relations.txt. | Tim Graham | |
| Backport of f6b9e6bf4fab731a28489ec735cc330255ef03ab from master | |||
| 2015-09-25 | [1.9.x] Fixed #25462 -- Removed Model.__unicode__() in favor of ↵ | Tim Graham | |
| @python_2_unicode_compatible. Backport of de99f558d806a2a1b30072ec95bc44d412d80dab from master | |||
| 2015-09-22 | Fixed #24509 -- Added Expression support to SQLInsertCompiler | Alex Hill | |
| 2015-09-21 | Fixed #24629 -- Unified Transform and Expression APIs | Josh Smeaton | |
| 2015-09-18 | Made assorted improvements to the Oracle documentation. | Mariusz Felisiak | |
| 2015-09-11 | Fixed #25382 -- Removed obsolete references to DateQuerySet. | Renato Oliveira | |
| 2015-09-03 | Documented a limitation of Options.required_db_features. | Tim Graham | |
| 2015-08-13 | Fixed #24988 -- Documented passing a dictionary of ValidationErrors to ↵ | Adam Brenecki | |
| ValidationError | |||
| 2015-08-10 | Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() | Tim Graham | |
| This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and 81e1a35c364e5353d2bf99368ad30a4184fbb653. Thanks Carl Meyer for review. | |||
| 2015-08-07 | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | |
| 2015-08-05 | Fixed #25213 -- Discouraged use of QuerySet.extra() | Tim Graham | |
| Thanks Anssi Kääriäinen for the draft text and Simon Charette for review. | |||
