summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* schema-evolution: update from HEAD (v5821)Derek Anderson2007-08-0655-194/+443
* schema-evolution:Derek Anderson2007-08-031-4/+36
* schema-evolution:Derek Anderson2007-08-031-7/+41
* schema-evolution: updated from trunk/HEAD (r5787)Derek Anderson2007-08-0211-25/+151
* schema-evolution:Derek Anderson2007-08-021-25/+63
* schema-evolution:Derek Anderson2007-08-021-0/+66
* schema-evolution:Derek Anderson2007-08-011-1/+53
* schema-evolution: fixed f.aka bug; moved sql commenting from the base classes...Derek Anderson2007-07-302-0/+91
* schema-evolution: merged trunk:HEAD into schema-evolution branchDerek Anderson2007-07-20144-931/+9813
* committing to schema-evolutionDerek Anderson2006-10-2682-3790/+1377
* schema evolution test casesDerek Anderson2006-08-2231-0/+324
* Small formatting change to m2m_and_m2o model unit testAdrian Holovaty2006-07-111-8/+7
* Changed runtests.py to set USE_I18N=True for testingAdrian Holovaty2006-07-111-1/+2
* Fixed #1578 -- fixed a corner-case where we still wanting core=True attributesMalcolm Tredinnick2006-07-042-0/+13
* Fixes #2202 -- Added ability to customize output of pluralize filter to handl...Russell Keith-Magee2006-07-041-0/+30
* Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ...Russell Keith-Magee2006-07-041-6/+10
* Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'...Russell Keith-Magee2006-07-011-0/+8
* Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee2006-07-013-5/+70
* Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss2006-06-291-0/+27
* Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss2006-06-282-0/+94
* Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings asMalcolm Tredinnick2006-06-281-0/+4
* Added {{{Manager.create()}}} method to create and save an object in a single ...Jacob Kaplan-Moss2006-06-271-0/+5
* Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...Russell Keith-Magee2006-06-272-42/+78
* Fixed #1661 -- Added logic for string-form model references in the 'to' argum...Russell Keith-Magee2006-06-231-2/+23
* Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee2006-06-233-3/+51
* Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick2006-06-211-4/+4
* Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick2006-06-211-1/+6
* Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick2006-06-211-1/+25
* Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty2006-06-201-6/+6
* Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty2006-06-201-0/+1
* Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick2006-06-201-0/+1
* Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick2006-06-204-2/+25
* Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick2006-06-204-9/+54
* Fixed bad formatting in 'lookup' model tests from [3157]Adrian Holovaty2006-06-201-1/+1
* Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...Adrian Holovaty2006-06-201-1/+1
* Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to workMalcolm Tredinnick2006-06-201-0/+2
* Fixed some small typos in generic_relations model testsAdrian Holovaty2006-06-191-7/+7
* Fixed #1683 -- Permit initialising models using settable properties as well asMalcolm Tredinnick2006-06-191-0/+12
* Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick2006-06-181-0/+4
* Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss2006-06-162-0/+108
* Test harness actually now installs contrib apps so they can be used in tests.Jacob Kaplan-Moss2006-06-161-4/+10
* Fixed #2164 -- Create correct SQL when pk column name is not the same as theMalcolm Tredinnick2006-06-151-1/+2
* Fixed the empty model saving case so that it retrieves the primary key id. AlsoMalcolm Tredinnick2006-06-121-0/+3
* Tests to avoid regressions for ticket #2108. See also r3115.Malcolm Tredinnick2006-06-081-0/+4
* Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty2006-06-081-2/+1
* Added django.template.Token.split_contents() and used it to add support for s...Adrian Holovaty2006-06-081-0/+12
* Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty2006-06-081-8/+74
* Fixed #2108 -- do not try to save an empty model.Malcolm Tredinnick2006-06-082-0/+17
* Fix test output as a result of the change in r3094.Malcolm Tredinnick2006-06-071-1/+1
* Added Manager.get_or_create()Adrian Holovaty2006-06-072-0/+52