django/tests/contenttypes_tests
Simon Charette 57307bbc7d Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly.
Over the years we've had multiple instances of hit and misses when
emitting warnings: either setting the wrong stacklevel or not setting
it at all.

This work adds assertions for the existing warnings that were declaring
the correct stacklevel, but were lacking tests for it.
2024-08-28 11:44:05 -03:00
..
operations_migrations
__init__.py
models.py
test_checks.py
test_fields.py Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test suite accordingly. 2024-08-28 11:44:05 -03:00
test_management.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
test_migrations.py
test_models.py Fixed #35545, Refs #32833 -- Fixed ContentTypeManager.get_for_models() crash in CreateModel migrations. 2024-06-24 10:20:11 +02:00
test_operations.py Used addCleanup() in tests where appropriate. 2023-12-31 10:01:31 +01:00
test_order_with_respect_to.py
test_views.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
urls.py