summaryrefslogtreecommitdiff
path: root/tests/modeltests
AgeCommit message (Expand)Author
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-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
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-07-17Fixed #17497 -- Corrected FieldError message in add_fields()Anssi Kääriäinen
2012-07-16Fixed #18056 - Cleared aggregations on DateQuery.add_date_selectNuno Maltez
2012-07-05Fixed #18362 - Made model.save() update_fields accept attnamesAndrei Antoukh
2012-07-03Fixed widget parent class in generic_relations testClaude Paroz
2012-07-01Fixed some locations to work with autocommit=TrueAnssi Kääriäinen
2012-06-26Fixed #18515 -- Conditionally regenerated filename in FileField validationClaude Paroz
2012-06-26Fixed #17485 -- Made defer work with select_relatedAnssi Kääriäinen
2012-06-19Removed unneeded u prefixesClaude Paroz
2012-06-09Fixed #17159 -- Validated returned number of next|previous_page_numberClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Added more precise assertions on two fixture tests.Claude Paroz
2012-06-07Fixed #10200 -- Raised CommandError when errors happen in loaddata.Claude Paroz
2012-06-06Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926)Claude Paroz
2012-06-06Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...Luke Plant
2012-06-06Made TestNoInitialDataLoading pass with MySQL (Refs #15926)Claude Paroz
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-05-31Fixed #18407 -- Made model field's to_python methods fully accept unicode.Claude Paroz
2012-05-31Rewrote test_error_messages with helper test utility.Claude Paroz
2012-05-31Fixed #14681 -- Do not set mode to None on file-like objects.Claude Paroz
2012-05-27Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-27Fixed #18343 -- Cleaned up deferred model implementationAnssi Kääriäinen
2012-05-26Fixed #5423 -- Made dumpdata output one row at a time.Claude Paroz
2012-05-24Fixed #18177 -- Cached known related instances.Aymeric Augustin
2012-05-22Fixed #18304 -- Optimized save() when update_can_self_select=FalseAnssi Kääriäinen
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-05-12Added missing relative imports in test files.Claude Paroz
2012-05-12Avoided test failure on MySQL by skipping a failing testAnssi Kääriäinen
2012-05-12Fixed #4102 -- Allow update of specific fields in model.save()Andrei Antoukh
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-07Made model fields comparable to other objectsSimon Charette
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Replaced deprecated TestCase methods. Refs #17049.Claude Paroz
2012-05-02Merge pull request #28 from akaariai/ticket_18163Karen Tracey
2012-05-01Fixed #17742 -- Handled aware datetimes in DateFieldAymeric Augustin
2012-04-30Ensured tests pass using custom PASSWORD_HASHERS.Anssi Kääriäinen
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-29Fixed an Oracle-specific test case failureAnssi Kääriäinen
2012-04-29Simplified timezones tests with settings_changed.Aymeric Augustin
2012-04-20Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...Anssi Kääriäinen