| Age | Commit message (Collapse) | Author |
|
Older versions don't support Python 2.7.
Partial backport of 2d96c027f5eb32c2c09bd57df2240ae1d343b98e from master
|
|
Backport of 5890d6ab03ebc7dac46ce7d9540b5768785caa34 from master
|
|
Thanks Josh Smeaton for Oracle fixes.
|
|
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.
|
|
Thanks to Josh Smeaton for the idea of implementing server-side cursors
in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin
Turner for their previous work. Also Simon Charette and Tim Graham for
review.
|
|
|
|
|
|
|
|
Thanks Mariusz Felisiak for finishing the patch.
|
|
|
|
|
|
|
|
|
|
Thanks to Mariusz Felisiak and Tim Graham for review.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Valentin Ignatyev for the report.
|
|
|
|
|
|
|
|
@cached_properties.
|
|
|
|
|
|
Thanks Tim for the review.
|
|
* Added the index name to its deconstruction.
* Added indexes to sqlite3.schema._remake_table() so that indexes
aren't dropped when _remake_table() is called.
Thanks timgraham & MarkusH for review and advice.
|
|
prefetch_related() cache.
|
|
|
|
|
|
|
|
Thanks Tim for the review.
|
|
Thanks Josh for the amazing testing setup and Tim for the review.
|
|
|
|
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.
|
|
|
|
Added the AddIndex and RemoveIndex operations to use them in migrations.
Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
|
|
Thanks Julien Hartmann for the report.
|
|
Complements e2d6e14662d780383e18066a3182155fb5b7747b.
|
|
Previously, empty values were saved as strings.
|
|
|
|
|
|
QuerySet.get_or_create()/update_or_create() defaults.
|