summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2006-12-29Made generic-auth backwards compatible with the trunk.Joseph Kocherhans
2006-12-29generic-auth: Merged to trunk [4254]Joseph Kocherhans
2006-12-07generic-auth: Merged to trunk [4183].Joseph Kocherhans
2006-11-30generic-auth: Merged to trunk [4148].Joseph Kocherhans
2006-11-25[generic-auth] Merged to trunk [4103].Joseph Kocherhans
2006-11-10[generic-auth] Merged to [4062]Joseph Kocherhans
2006-11-09[generic-auth] Added an extensible function for filtering querysets based on ...Joseph Kocherhans
2006-11-08[generic-auth] Fixed misspelling.Joseph Kocherhans
2006-11-08[generic-auth] Added a simple role based permission checker in the testsJoseph Kocherhans
2006-11-06[generic-auth] Added a has_permissions convenience function and did some misc...Joseph Kocherhans
2006-11-06[generic-auth] Added tests for generic-auth. They're not sufficient yet, but ...Joseph Kocherhans
2006-11-06[generic-auth] Merged to [4025]Joseph Kocherhans
2006-11-06Applied patch from http://code.djangoproject.org/wiki/GenericAuthorization th...Joseph Kocherhans
2006-11-06Merged to [3519]Joseph Kocherhans
2006-06-28generic-auth: Initial implementation and tests for the new has_permission fun...Joseph Kocherhans
2006-06-23Fixed #1661 -- Added logic for string-form model references in the 'to' argum...Russell Keith-Magee
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-06-21Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-20Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty
2006-06-20Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick
2006-06-20Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick
2006-06-20Fixed bad formatting in 'lookup' model tests from [3157]Adrian Holovaty
2006-06-20Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...Adrian Holovaty
2006-06-20Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to workMalcolm Tredinnick
2006-06-19Fixed some small typos in generic_relations model testsAdrian Holovaty
2006-06-19Fixed #1683 -- Permit initialising models using settable properties as well asMalcolm Tredinnick
2006-06-18Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick
2006-06-16Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss
2006-06-16Test harness actually now installs contrib apps so they can be used in tests.Jacob Kaplan-Moss
2006-06-15Fixed #2164 -- Create correct SQL when pk column name is not the same as theMalcolm Tredinnick
2006-06-12Fixed the empty model saving case so that it retrieves the primary key id. AlsoMalcolm Tredinnick
2006-06-08Tests to avoid regressions for ticket #2108. See also r3115.Malcolm Tredinnick
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Added django.template.Token.split_contents() and used it to add support for s...Adrian Holovaty
2006-06-08Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty
2006-06-08Fixed #2108 -- do not try to save an empty model.Malcolm Tredinnick
2006-06-07Fix test output as a result of the change in r3094.Malcolm Tredinnick
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-06-03Changed 'transactions' model unit test NOT to be executed for MySQLAdrian Holovaty
2006-06-03Fixed #2077 -- Renamed 'repr' model tests to 'str'Adrian Holovaty
2006-06-01Fixed unit-test output error in m2m_and_m2o unit tests, due to a change in th...Adrian Holovaty
2006-06-01Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...Adrian Holovaty
2006-05-31Cleaned up numbering with model unit testsAdrian Holovaty
2006-05-31Small formatting changes to model unit tests to make them look better in the ...Adrian Holovaty
2006-05-31Added blurbs to the model unit tests that didn't have themAdrian Holovaty