summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
2012-09-17More schema test fixingAndrew Godwin
2012-09-17Fix app loading/test interactionAndrew Godwin
2012-09-07Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-07Add M2M repointingAndrew Godwin
2012-09-07Repoint ForeignKeys when their to= changes.Andrew Godwin
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-07Added SQLite backend which passes all current testsAndrew Godwin
2012-09-07Cleaned up some small bits of the ORM, including removing an import *.Alex Gaynor
2012-09-05Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-04Implement primary key changingAndrew Godwin
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-30db_index alteration mostly workingAndrew Godwin
2012-08-29Removed unnecessary bytes prefix for ContentFileClaude Paroz
2012-08-18Add a SQlite backend. One test passes!Andrew Godwin
2012-08-18Test that unique constraints get ported with column renameAndrew Godwin
2012-08-18All tests passing on MySQLAndrew Godwin
2012-08-18First stab at MySQL supportAndrew Godwin
2012-08-16[py3] Fixed the str tests.Aymeric Augustin
2012-08-15[py3] Fixed paginator tests.Florian Apolloner
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-08-15Made the validation tests python3 friendly.Alex Gaynor
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-15Use a name that exists in both python2 and 3,Alex Gaynor
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-08-14[py3] Fixed modeltests.model_forms tests.Chris Lawlor
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Replaced some __str__ methods by __unicode__Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-08-11Decorated some tests that require tz support.Karen Tracey
2012-08-11[py3] Various minor syntax fixes in the test suiteClaude Paroz
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-08-10Add db_table and db_tablespace handlingAndrew Godwin
2012-08-10Merge branch 'master' into schema-alterationAndrew Godwin
2012-08-10Add support for unique_togetherAndrew Godwin
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-08-07Fix a test that relied on an exception outliving the `except` block, which do...Alex Gaynor
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
2012-08-02Add M2M tests and some unique supportAndrew Godwin
2012-07-26Merge branch 'master' of github.com:django/django into schema-alterationAndrew Godwin
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Fixed remaining Python 3 syntax errors.Aymeric Augustin