| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-25 | [1.8.x] Corrected typo in documentation | David Seddon | |
| Backport of 0f6f80c2e7736ec4e2aa40287fe8c37ffff0a783 from master | |||
| 2015-03-20 | [1.8.x] Refs #14645 -- Documented bug with exclude() and multi-value relations | David Seddon | |
| Backport of 6770b7ecd208a0746f181e54202fb829460c6490 from master | |||
| 2015-03-18 | [1.8.x] Fixed #24495 -- Allowed unsaved model instance assignment check to ↵ | Karl Hobley | |
| be bypassed. Backport of 81e1a35c364e5353d2bf99368ad30a4184fbb653 from master | |||
| 2015-03-16 | [1.8.x] Fixed allow_migrate() signature in router examples. | Adrian Andreias | |
| Backport of 937643a1f215d7d2063b256269d757a2ee316f07 from master | |||
| 2015-03-14 | [1.8.x] Fixed doc typos. | Floris den Hengst | |
| Backport of e42a720ba22a51c68d2316d425234a197eaff467 from master | |||
| 2015-02-20 | [1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate(). | Loic Bistuer | |
| The new signature enables better support for routing RunPython and RunSQL operations, especially w.r.t. reusable and third-party apps. This commit also takes advantage of the deprecation cycle for the old signature to remove the backward incompatibility introduced in #22583; RunPython and RunSQL won't call allow_migrate() when when the router has the old signature. Thanks Aymeric Augustin and Tim Graham for helping shape up the patch. Refs 22583. Conflicts: django/db/utils.py Backport of bed504d70bede3431a213203c13a33905d6dbf77 from master | |||
| 2015-01-10 | Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. | Loic Bistuer | |
| Thanks Markus Holtermann and Tim Graham for the review. | |||
| 2014-12-24 | Fixed #24041 -- Documented effect of changing a model instance's primary key. | Helen Sherwood-Taylor | |
| 2014-12-20 | Correct scoping of savepoint example | David Cramer | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-06 | Cleaned up a note in docs/topics/db/sql.txt. | wrwrwr | |
| 2014-12-03 | Fixed typo in aggregation docs link. | Tim Graham | |
| 2014-12-03 | Fixed a typo in aggregation docs. | Benjamin Bach | |
| 2014-12-03 | Documented a current limitation of multiple table annotation; refs #10060. | Benjamin Bach | |
| 2014-11-17 | Fix link target markup | Éric Araujo | |
| This markup for a code block is redundant with the code-block directive below, and blocks the following line from working as link target. | |||
| 2014-11-15 | Fixed #14030 -- Allowed annotations to accept all expressions | Josh Smeaton | |
| 2014-10-06 | Fixed #23597 -- Clarified the manager that ↵ | Ismail Badawi | |
| {Single,Multiple}ObjectMixin.model uses. | |||
| 2014-09-29 | Fixed #17638 -- Added crosslinks between topic and reference guides. | Duane Hilton | |
| Thanks oinopion for the suggestion and jarus for the initial patch. | |||
| 2014-09-29 | Fixed typo in docs/topics/db/managers.txt | Greg Brown | |
| 2014-09-03 | Fixed typo in docs/topics/db/transactions.txt. | Corey Farwell | |
| 2014-08-26 | Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs. | Tim Graham | |
| Thanks Mike O'Connor for the suggestions. | |||
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-19 | Fixed #23282 -- Corrected inheritance and reverse relations example. | Tim Graham | |
| Thanks knowledgepoint-devs for the report and claudep for review. | |||
| 2014-08-13 | Fixed #23283 -- Added default=False to BooleanField's in the docs. | Ola Sitarska | |
| Thanks Baptiste for the suggestion. | |||
| 2014-08-02 | Updated MySQL links to version 5.6. | Tim Graham | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-07-08 | Fixed #22978 -- Removed a USA-centric example that didn't add much. | Tim Graham | |
| 2014-07-02 | Removed non-existent reference to args/kwargs in manager docs. | Éric Araujo | |
| 2014-06-12 | Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`. | Moayad Mardini | |
| Thanks cdestigter for the report. | |||
| 2014-06-05 | Fix missing highlighting in some code examples | Éric Araujo | |
| 2014-06-05 | Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ↵ | Anubhav Joshi | |
| ValueError. This prevents silent data loss. Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review. | |||
| 2014-05-27 | Fixed #22601 -- Added a note about model inheritance. | Moayad Mardini | |
| Thanks semenov for the report. | |||
| 2014-05-22 | Fixed #22667 -- Replaced leader/follower terminology with primary/replica | Flavio Curella | |
| 2014-05-20 | Merge pull request #2692 from fcurella/patch-5 | Alex Gaynor | |
| #22667 replaced occurrences of master/slave terminology with leader/follower | |||
| 2014-05-20 | replaced occurrences of master/slave terminology with leader/follower | Flavio Curella | |
| 2014-05-17 | Fixed #22019 -- Added Model.objects reference documentation. | Aliaksandr Semianiuk | |
| 2014-05-13 | Fixed typo in transactions.txt | Haris Ibrahim K. V | |
| 2014-05-13 | Removed some references to django.contrib.comments which has been removed. | Tim Graham | |
| 2014-04-30 | Fixed #22442 -- Provided additional documentation regarding id fields clashing. | Tim Graham | |
| Thanks benjaoming for raising the issue and Loic for the examples. | |||
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-04-25 | Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection | Moayad Mardini | |
| Thanks Erik Romijn for the suggestion. | |||
| 2014-04-21 | Fixed queries that may return unexpected results on MySQL due to typecasting. | Erik Romijn | |
| This is a security fix; disclosure to follow shortly. | |||
| 2014-04-10 | Fixed #22419 -- Typo in docs/topics/db/multi-db.txt. | Tim Graham | |
| Thanks Josh Kupershmidt. | |||
| 2014-04-10 | Fixed #22343 -- Disallowed select_for_update in autocommit mode | Shai Berger | |
| The ticket was originally about two failing tests, which are fixed by putting their queries in transactions. Thanks Tim Graham for the report, Aymeric Augustin for the fix, and Simon Charette, Tim Graham & Loïc Bistuer for review. | |||
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-24 | Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships. | Adam Kaliński | |
| Thanks EvilDMP for the suggestion. | |||
| 2014-03-22 | Fixed #22313 -- Removed 'u' prefixes from documentation | Claude Paroz | |
| 2014-03-11 | Fixed #22217 - ManyToManyField.through_fields fixes. | Akis Kesoglou | |
| - Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337. | |||
| 2014-03-05 | Fixed #14549 - Removed restriction of single FKs on intermediary tables | Akis Kesoglou | |
| Thanks to Loic Bistuer for review. Minor changes to error messages done by committer. | |||
| 2014-03-03 | Fixed #21986 -- Added some guidelines for database indexes. | Alex de Landgraaf | |
| Thanks django-issues at colons.co for the suggestion. | |||
