Simon Charette
|
11e327a3ff
Fixed #30988 -- Deprecated the InvalidQuery exception.
|
5 years ago |
Min ho Kim
|
9f11939dd1
Fixed typos in comments and a test name.
|
5 years ago |
Tim Gates
|
698df6a009
Fixed typos in test comments.
|
5 years ago |
Mariusz Felisiak
|
362813d628
Fixed hanging indentation in various code.
|
7 years ago |
Jeremy Kerr
|
84b7cb7df0
Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.
|
7 years ago |
Simon Charette
|
cecc079168
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
8 years ago |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Anssi Kääriäinen
|
7f51876f99
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading.
|
9 years ago |
Tim Graham
|
0456a8b9e6
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
|
9 years ago |
Tim Graham
|
353d436e7c
Used assertRaisesMessage in a couple defer tests.
|
9 years ago |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
Josh Schneier
|
7d363ed432
Fixed typos of "select_related" in docs and tests.
|
10 years ago |
Will Earp
|
8952757698
Refs #18586 -- Split up tests.defer.DeferTests.test_defer
|
10 years ago |
Anssi Kääriäinen
|
c7175fcdfe
Fixed #901 -- Added Model.refresh_from_db() method
|
10 years ago |
Rodolfo Carvalho
|
0d91225892
Fixed many typos in comments and docstrings.
|
11 years ago |
Christopher Medrela
|
7477a4ffde
Fixed E125 pep8 warnings
|
11 years ago |
Anssi Kääriäinen
|
4668c142dc
Made Model.__eq__ consider proxy models equivalent
|
11 years ago |
Claude Paroz
|
5c1143910e
Removed most of absolute_import imports
|
11 years ago |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 years ago |