django1/tests/sites_framework
Nick Pope 847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
2022-02-22 10:29:38 +01:00
..
migrations Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
__init__.py
models.py Removed unused __str__() methods in tests models. 2020-04-15 20:20:32 +02:00
tests.py Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00