| Age | Commit message (Expand) | Author |
| 2006-08-12 | Fixed #2528 -- Fixed 'time' template filter for midnight time value. Thanks, ... | Adrian Holovaty |
| 2006-08-11 | Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ... | Adrian Holovaty |
| 2006-08-10 | Fixed #2512 -- Fixed SQL error when saving existing empty models. | Malcolm Tredinnick |
| 2006-07-28 | Added urlpatterns_reverse unit tests, which test the reverse lookup of URLs | Adrian Holovaty |
| 2006-07-27 | Fixed #1650: the {% extends %} tag now can extend a Template object passed in... | Jacob Kaplan-Moss |
| 2006-07-22 | Fixed #2397 -- fixed markdown test to be a bit more lenient in what counts as a | Malcolm Tredinnick |
| 2006-07-15 | Fixed the timeuntil and timesince filter tests to not fail if the system clock | Malcolm Tredinnick |
| 2006-07-11 | Small formatting change to m2m_and_m2o model unit test | Adrian Holovaty |
| 2006-07-11 | Changed runtests.py to set USE_I18N=True for testing | Adrian Holovaty |
| 2006-07-04 | Fixed #1578 -- fixed a corner-case where we still wanting core=True attributes | Malcolm Tredinnick |
| 2006-07-04 | Fixes #2202 -- Added ability to customize output of pluralize filter to handl... | Russell Keith-Magee |
| 2006-07-04 | Fixes #1338, Refs #1400, #2237 -- Modified variable resolution to allow templ... | Russell Keith-Magee |
| 2006-07-01 | Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'... | Russell Keith-Magee |
| 2006-07-01 | Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms... | Russell Keith-Magee |
| 2006-06-29 | Added a JSON serializer, a few more tests, and a couple more lines of docs. | Jacob Kaplan-Moss |
| 2006-06-28 | Added initial cut at serialization framework, along with some basic tests and... | Jacob Kaplan-Moss |
| 2006-06-28 | Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings as | Malcolm Tredinnick |
| 2006-06-27 | Added {{{Manager.create()}}} method to create and save an object in a single ... | Jacob Kaplan-Moss |
| 2006-06-27 | Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m... | Russell Keith-Magee |
| 2006-06-23 | Fixed #1661 -- Added logic for string-form model references in the 'to' argum... | Russell Keith-Magee |
| 2006-06-23 | Fixed #1662 -- Added resolver for string-form model references for models tha... | Russell Keith-Magee |
| 2006-06-21 | Fixed the "timeuntil" and "timesince" tests so that they don't fail on a | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t... | Malcolm Tredinnick |
| 2006-06-21 | Fixed #2053 -- added an optional comparison argument to the "timesince" filter. | Malcolm Tredinnick |
| 2006-06-20 | Fixed runtests.py problem from [3177] where it assumed you were running the t... | Adrian Holovaty |
| 2006-06-20 | Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql | Adrian Holovaty |
| 2006-06-20 | Fixed #2119 -- fixed problems with splitting SQL statements into separate | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2161 -- handle trailing newlines in initial SQL data. Includes | Malcolm Tredinnick |
| 2006-06-20 | Added regressions tests to ensure that one-to-one and many-to-many fields | Malcolm Tredinnick |
| 2006-06-20 | Fixed bad formatting in 'lookup' model tests from [3157] | Adrian Holovaty |
| 2006-06-20 | Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er... | Adrian Holovaty |
| 2006-06-20 | Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work | Malcolm Tredinnick |
| 2006-06-19 | Fixed some small typos in generic_relations model tests | Adrian Holovaty |
| 2006-06-19 | Fixed #1683 -- Permit initialising models using settable properties as well as | Malcolm Tredinnick |
| 2006-06-18 | Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}. | Malcolm Tredinnick |
| 2006-06-16 | Added generic foreign key support to Django. Much thanks to Ian Holsman and | Jacob Kaplan-Moss |
| 2006-06-16 | Test harness actually now installs contrib apps so they can be used in tests. | Jacob Kaplan-Moss |
| 2006-06-15 | Fixed #2164 -- Create correct SQL when pk column name is not the same as the | Malcolm Tredinnick |
| 2006-06-12 | Fixed the empty model saving case so that it retrieves the primary key id. Also | Malcolm Tredinnick |
| 2006-06-08 | Tests to avoid regressions for ticket #2108. See also r3115. | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-08 | Added django.template.Token.split_contents() and used it to add support for s... | Adrian Holovaty |
| 2006-06-08 | Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of... | Adrian Holovaty |
| 2006-06-08 | Fixed #2108 -- do not try to save an empty model. | Malcolm Tredinnick |
| 2006-06-07 | Fix test output as a result of the change in r3094. | Malcolm Tredinnick |
| 2006-06-07 | Added Manager.get_or_create() | Adrian Holovaty |
| 2006-06-04 | Changed all model unit tests to use __str__() instead of __repr__(). Also sli... | Adrian Holovaty |
| 2006-06-03 | Changed 'transactions' model unit test NOT to be executed for MySQL | Adrian Holovaty |
| 2006-06-03 | Fixed #2077 -- Renamed 'repr' model tests to 'str' | Adrian Holovaty |
| 2006-06-01 | Fixed unit-test output error in m2m_and_m2o unit tests, due to a change in th... | Adrian Holovaty |