index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
foreign_object
Age
Commit message (
Expand
)
Author
2023-02-01
[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-07-22
Fixed #32951 -- Removed Query.where_class & co.
Nick Pope
2021-05-12
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-02-19
Fixed typos in docs and a test comment.
Yoo In Keun
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2018-11-27
Adjusted code style of a few test data setup methods.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-11-08
Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...
Simon Charette
2018-08-22
Removed invalid Meta.ordering in a test model.
Tim Graham
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-03-17
Replaced type-specific assertions with assertEqual().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-05-19
Fixed #26515 -- Fixed Query.trim_joins() for nested ForeignObjects.
darius BERNARD
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-02-11
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_fil...
Anssi Kääriäinen
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-24
Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
Tomo Otsuka
2015-11-14
Refs #25745 -- Isolated a foreign_object test.
Simon Charette
2015-11-03
Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-14
Refs #25535 -- Minor edits to ForeignObject check changes.
Tim Graham
2015-10-12
Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-09-21
Renamed descriptor classes for related objects.
Aymeric Augustin
2015-08-15
Fixed #25064 -- Allowed empty join columns.
Alex Hill
2015-08-14
Moved foreign_object models.py into a module.
Tim Graham
2015-08-03
Added test for ForeignObject.get_extra_descriptor_filter()
Alex Hill
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-02
Ensured foreign_object tests reset language properly.
Preston Timmons
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
[next]