1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/testapp/models
2005-08-01 18:57:37 +00:00
..
__init__.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
basic.py Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set. 2005-08-01 16:26:39 +00:00
custom_methods.py Changed custom_methods model test/doc to add explanation of what Article(*row) means, for Python beginners 2005-08-01 18:57:37 +00:00
get_latest.py Added two more model test modules -- get_latest and lookup 2005-07-29 16:20:39 +00:00
lookup.py Fixed #214 -- Added get_values() and get_values_iterator() module-level functions to DB API. Thanks, rmunn 2005-08-01 15:32:42 +00:00
m2m_intermediary.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
m2o_recursive2.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
m2o_recursive.py Added m2o_recursive and m2o_recursive2 model unit tests/examples 2005-07-31 01:23:47 +00:00
many_to_many.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
many_to_one.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
one_to_one.py Small formatting improvement to one_to_one model test 2005-08-01 15:31:50 +00:00
ordering.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00
repr.py Added first stab at model and DB-API unit tests 2005-07-29 15:15:40 +00:00