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
/
regressiontests
/
fixtures_regress
/
models.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-11-12
Fixed a test case that was failing in Oracle due to conflation of null and em...
Ian Kelly
2010-11-12
Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...
Ian Kelly
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-09-28
Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.
Russell Keith-Magee
2010-03-18
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2010-01-09
Fixed #12562: Made Platypus just a tad lighter so it does not trigger noticin...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #12395 - fixed test suite flushing problems on Postgres, MySQL.
Jacob Kaplan-Moss
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-07-27
Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...
Russell Keith-Magee
2009-06-09
Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a...
Russell Keith-Magee
2009-01-03
Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...
Russell Keith-Magee
2008-11-06
Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...
Russell Keith-Magee
2008-08-24
Fixed #8298: Added a to_python method for integer fields. This ensures that t...
Russell Keith-Magee
2008-06-30
Fixed #7572 -- Force the closure of the database connection at the end of fi...
Russell Keith-Magee
2008-06-30
Fixed #7565 -- Fixed a problem with PostgreSQL sequence resetting in loaddata.
Malcolm Tredinnick
2008-06-08
Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...
Russell Keith-Magee
2008-02-22
Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...
Russell Keith-Magee
2007-09-15
Made the fixtures_regress test case be aware of Oracle's empty string
Ian Kelly
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-20
Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...
Russell Keith-Magee
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-04-17
Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backe...
Russell Keith-Magee
2007-04-06
Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...
Russell Keith-Magee