Dominic Rodger
|
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
|
пре 11 година |
Daniele Procida
|
e8183a8193
Fixed #20842 and #20845 - Added a note on order_by() and improved prefetch_related() docs.
|
пре 11 година |
Curtis Maloney
|
07876cf02b
Deprecated SortedDict (replaced with collections.OrderedDict)
|
пре 11 година |
Loic Bistuer
|
acd1d439fd
Fixed #20826 -- Moved Manager.raw() and Manager._insert() to the QuerySet class.
|
пре 11 година |
Loic Bistuer
|
31fadc1202
Fixed #20625 -- Chainable Manager/QuerySet methods.
|
пре 11 година |
Karol Sikora
|
6272d2f155
Fixed #20429 -- Added QuerySet.update_or_create
|
пре 12 година |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
пре 11 година |
Tim Graham
|
577b0f9189
Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supported by Postgres.
|
пре 11 година |
Tim Graham
|
428de2e339
Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique constraints.
|
пре 11 година |
Ramiro Morales
|
6ba69c8456
Removed 'depth' .select_related() argument as per deprecation TL.
|
пре 11 година |
Tim Graham
|
5074c75a37
Fixed #16856 - Added a way to clear select_related.
|
пре 12 година |
Tim Graham
|
90af278203
Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create
|
пре 12 година |
Selwin Ong
|
375e275030
Slightly reworded 'last()' docs.
|
пре 12 година |
Selwin Ong
|
ea9a0857d4
Fixed #19326 -- Added first() and last() methods to QuerySet
|
пре 12 година |
Pablo Recio
|
65f9e0affd
Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
|
пре 12 година |
Marc Egli
|
e4591debd1
Add missing imports and models to the examples in the the model layer documentation
|
пре 12 година |
Aymeric Augustin
|
7b85ef9dfb
Fixed #20408 -- Clarified that values_list() doesn't return a list.
|
пре 12 година |
Wilfred Hughes
|
d258cce482
Fixing a minor spelling mistake in the queryset documentation
|
пре 12 година |
Simeon Visser
|
b9efc03e6d
Fixed #20397 - Cleaned up issue with quotation marks in documentation
|
пре 12 година |
Aymeric Augustin
|
1fff8daf88
Fixed test failures on MySQL.
|
пре 12 година |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
пре 12 година |
Aymeric Augustin
|
6197935152
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
|
пре 12 година |
Loic Bistuer
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
пре 12 година |
Anssi Kääriäinen
|
50328f0a61
Fixed #19861 -- Transaction ._dirty flag improvement
|
пре 12 година |
Aymeric Augustin
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
пре 12 година |
Anssi Kääriäinen
|
f96c86b029
Added missing versionadded 1.6 to docs of earliest()
|
пре 12 година |
Nick Sandford
|
fe54377dae
Fixed #17813 -- Added a .earliest() method to QuerySet
|
пре 12 година |
Nick Sandford
|
eb6c107624
Fixed #19360 -- Raised an explicit exception for aggregates on date/time fields in sqlite3
|
пре 12 година |
Anssi Kääriäinen
|
a2396a4c8f
Fixed #19173 -- Made EmptyQuerySet a marker class only
|
пре 12 година |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
пре 12 година |