django/tests/testapp/models
Adrian Holovaty a4438d74f6 Changed custom_methods model test/doc to add explanation of what Article(*row) means, for Python beginners
git-svn-id: http://code.djangoproject.com/svn/django/trunk@363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 18:57:37 +00:00
..
__init__.py
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
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
m2o_recursive.py
m2o_recursive2.py
many_to_many.py
many_to_one.py
one_to_one.py
ordering.py
repr.py