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 |
Jacob Kaplan-Moss
|
c73f4cd486
|
Removed tests/builddocs in favor of integrating it into the documentation builder for the site in general
git-svn-id: http://code.djangoproject.com/svn/django/trunk@371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-01 19:42:36 +00:00 |
Jacob Kaplan-Moss
|
440a2a97e9
|
Added framework for writing non-model-based tests, and added tests for cache and templates
from the old django/tests location (which has been removed).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-01 19:09:07 +00:00 |
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 |
Adrian Holovaty
|
b307fb09bb
|
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.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-01 16:26:39 +00:00 |
Adrian Holovaty
|
1a8fc57bf6
|
Fixed #214 -- Added get_values() and get_values_iterator() module-level functions to DB API. Thanks, rmunn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-01 15:32:42 +00:00 |
Adrian Holovaty
|
3aa33edeef
|
Small formatting improvement to one_to_one model test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-01 15:31:50 +00:00 |
Adrian Holovaty
|
2f04115694
|
Added m2o_recursive and m2o_recursive2 model unit tests/examples
git-svn-id: http://code.djangoproject.com/svn/django/trunk@356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-31 01:23:47 +00:00 |
Adrian Holovaty
|
04544c97b9
|
Added one_to_one model unit test/example
git-svn-id: http://code.djangoproject.com/svn/django/trunk@355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-31 00:20:56 +00:00 |
Adrian Holovaty
|
716d00a314
|
Small formatting tweak to generated model examples
git-svn-id: http://code.djangoproject.com/svn/django/trunk@353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 23:42:15 +00:00 |
Adrian Holovaty
|
b7643d009e
|
Added 'API reference' section to generated model examples
git-svn-id: http://code.djangoproject.com/svn/django/trunk@352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 23:41:05 +00:00 |
Adrian Holovaty
|
7b6c472167
|
Changed tests.builddocs to handle ReST double-backquotes (albeit naively)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 23:15:50 +00:00 |
Adrian Holovaty
|
b3e8b20b3e
|
Changed template in tests.builddocs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 22:51:25 +00:00 |
Adrian Holovaty
|
5002b44f28
|
Added tests.builddocs, which builds HTML documentation by introspecting the model unit tests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 22:35:54 +00:00 |
Adrian Holovaty
|
5bfab1e1b2
|
Small addition to m2m_intermediary model test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 20:43:04 +00:00 |
Adrian Holovaty
|
33d5006cc7
|
Added m2m_intermediary model unit test/example
git-svn-id: http://code.djangoproject.com/svn/django/trunk@344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 20:30:10 +00:00 |
Adrian Holovaty
|
6451118946
|
Added equality test to 'basic' model unit test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 20:29:59 +00:00 |
Adrian Holovaty
|
a47794c824
|
Changed model test framework to use meta.get_app() instead of a manual import
git-svn-id: http://code.djangoproject.com/svn/django/trunk@342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 20:25:02 +00:00 |
Jacob Kaplan-Moss
|
f6e75ab3cf
|
Added support for sqlite backend to test framework
git-svn-id: http://code.djangoproject.com/svn/django/trunk@341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 19:22:50 +00:00 |
Adrian Holovaty
|
85d2b12bdf
|
Added two more model test modules -- get_latest and lookup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 16:20:39 +00:00 |
Adrian Holovaty
|
daf8467b37
|
Added first stab at model and DB-API unit tests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-29 15:15:40 +00:00 |