1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/tests/testapp/models
2005-11-21 02:34:05 +00:00
..
__init__.py Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +00:00
basic.py
custom_columns.py
custom_methods.py
custom_pk.py
get_latest.py
lookup.py Added unit tests to verify #800. Refs #800 2005-11-21 02:33:46 +00:00
m2m_intermediary.py
m2o_recursive2.py
m2o_recursive.py
many_to_many.py
many_to_one_null.py
many_to_one.py Added an EmailField to the many_to_one API tests 2005-11-20 22:40:46 +00:00
one_to_one.py Added unit tests to verify OneToOne deletion works 2005-11-21 02:34:05 +00:00
ordering.py
repr.py
reserved_names.py Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune. 2005-11-14 01:44:35 +00:00
save_delete_hooks.py
subclassing.py