Дилян Палаузов
|
6c0042430e
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
7 years ago |
Paulo
|
bfb746f983
Refs #16043 -- Refactored internal fields value cache.
|
8 years ago |
Mads Jensen
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 years ago |
Collin Anderson
|
a19b373d89
Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequenceEqual().
|
8 years ago |
Claude Paroz
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 years ago |
Vytis Banaitis
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
Tim Graham
|
631f4ab061
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
|
8 years ago |
Tim Graham
|
ed251246cc
Refs #25550 -- Removed support for direct assignment to the reverse side of a related set.
|
8 years ago |
Tim Graham
|
b5f0b3478d
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
|
8 years ago |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 years ago |
Yoong Kang Lim
|
d30febb4e5
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_related() cache.
|
8 years ago |
Loïc Bistuer
|
ed0ff913c6
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers.
|
9 years ago |
Loïc Bistuer
|
3a47d42fa3
Fixed #20932, #25897 -- Streamlined manager inheritance.
|
9 years ago |
ZachLiuGIS
|
04e13c8913
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields.
|
9 years ago |
Tim Graham
|
406675b1a0
Fixed #26176 -- Fixed E123 flake8 warnings.
|
9 years ago |
Hasan
|
253adc2b8a
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
|
9 years ago |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
Alexander Sosnovskiy
|
2a7ce34600
Fixed #14286 -- Added models.BigAutoField.
|
9 years ago |
Tim Graham
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 years ago |
Dražen Odobašić
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 years ago |
Tim Graham
|
5980b05c1f
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
|
9 years ago |
Tim Graham
|
adc0c4fbac
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
|
10 years ago |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
Anssi Kääriäinen
|
8f30556329
Renamed Field.rel attribute to remote_field
|
10 years ago |
Karl Hobley
|
81e1a35c36
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
|
10 years ago |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
Loic Bistuer
|
71ada3a8e6
Fixed #6707 -- Added RelatedManager.set() and made descriptors' __set__ use it.
|
10 years ago |
Daniel Pyrathon
|
fb48eb0581
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
10 years ago |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 years ago |
Loic Bistuer
|
1fd6e13bf2
Consolidated some many_to_one tests.
|
10 years ago |