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-09-17
More schema test fixing
Andrew Godwin
2012-09-17
Fix app loading/test interaction
Andrew Godwin
2012-09-07
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
Add M2M repointing
Andrew Godwin
2012-09-07
Repoint ForeignKeys when their to= changes.
Andrew Godwin
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
2012-09-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2012-09-05
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-04
Implement primary key changing
Andrew Godwin
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-30
db_index alteration mostly working
Andrew Godwin
2012-08-29
Removed unnecessary bytes prefix for ContentFile
Claude Paroz
2012-08-18
Add a SQlite backend. One test passes!
Andrew Godwin
2012-08-18
Test that unique constraints get ported with column rename
Andrew Godwin
2012-08-18
All tests passing on MySQL
Andrew Godwin
2012-08-18
First stab at MySQL support
Andrew 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 only
Anssi Kääriäinen
2012-08-15
Made the validation tests python3 friendly.
Alex Gaynor
2012-08-15
Fixed usage of several deprecated aliases in unittest.
Alex Gaynor
2012-08-15
Use 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 tests
Claude Paroz
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei 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-11
Decorated some tests that require tz support.
Karen Tracey
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-08-10
Add db_table and db_tablespace handling
Andrew Godwin
2012-08-10
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-10
Add support for unique_together
Andrew Godwin
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-08-07
Fix 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-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-08-02
Add M2M tests and some unique support
Andrew Godwin
2012-07-26
Merge branch 'master' of github.com:django/django into schema-alteration
Andrew 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
[next]