This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
testapp
/
models
History
Jacob Kaplan-Moss
a9331211c8
Modified custom_methods test to use date() instead of datetime()
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@379
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 21:32:45 +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
Modified custom_methods test to use date() instead of datetime()
2005-08-01 21:32:45 +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