index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
Age
Commit message (
Expand
)
Author
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-16
Added generic foreign key support to Django. Much thanks to Ian Holsman and
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 #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
2006-06-01
Fixed #720 -- Added first_on_page() and last_on_page() methods to ObjectPagin...
Adrian Holovaty
2006-05-31
Cleaned up numbering with model unit tests
Adrian Holovaty
2006-05-31
Small formatting changes to model unit tests to make them look better in the ...
Adrian Holovaty
2006-05-31
Added blurbs to the model unit tests that didn't have them
Adrian Holovaty
2006-05-26
Fixed bug with QuerySet.exclude() failing to do negations on Q objects, and
Luke Plant
2006-05-26
Made negative indexing on QuerySet instances raise an assertion error (previo...
Luke Plant
2006-05-23
Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...
Luke Plant
2006-05-14
Fixed #1530 -- make count() respect distinct() on QuerySets. Create some
Malcolm Tredinnick
2006-05-11
Updated tests in line with changed exception messages, fixing 2 failures.
Luke Plant
2006-05-11
Updated 'or_lookup' tests to give example of more compact syntax, for the sak...
Luke Plant
2006-05-06
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...
Adrian Holovaty
2006-05-06
Fixed #1579 - added support for 'Q' objects in limit_choices_to.
Luke Plant
2006-05-02
Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty