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