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
2011-11-12
Fix #13864: Removed database error raised when force_update is requsted on sa...
Karen Tracey
2011-11-09
Fixed incompatibility with Python 2.5 introduced in r17077. Thanks Florian fo...
Ramiro Morales
2011-11-07
Fixed #11118 -- Made management command BaseCommand restore locale after exec...
Ramiro Morales
2011-11-01
Used yaml.safe_load instead of yaml.load, because safety should be the default.
Aymeric Augustin
2011-10-31
Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...
Julien Phalip
2011-10-28
Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...
Julien Phalip
2011-10-17
Tweaked test added in r16873 so it also works with Oracle.
Ramiro Morales
2011-10-16
Fixed a test that relied on the database to reject invalid data; MySQL doesn'...
Aymeric Augustin
2011-10-16
Made an `AutoField` test more robust.
Julien Phalip
2011-10-15
Modified the tablespaces tests so that they no longer rely on settings.DEFAUL...
Aymeric Augustin
2011-10-15
Fixed a test failure introduced at r16987. Refs #12308.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
Switch several assertNumQueries to use the context manager, which is much mor...
Alex Gaynor
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-10-13
Remove a handful of `import *` from the tests.
Alex Gaynor
2011-10-13
Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...
Julien Phalip
2011-10-13
Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...
Julien Phalip
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-09-30
Fixed #16645: fixed a broken test to work in Oracle.
Ian Kelly
2011-09-30
Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and...
Ramiro Morales
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
2011-09-22
Fixed a typo in test docstring.
Paul McMillan
2011-09-22
Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...
Gabriel Hurley
2011-09-22
Refs r16873 and #16026 -- Missed adding the fixture.
Paul McMillan
2011-09-22
Fixed #16026 -- loaddata now identifies which object triggered an error.
Paul McMillan
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-10
Fixed #16592 -- More test changes and documentation to account for MySQL's ca...
Russell Keith-Magee
2011-09-10
Fixed #16490 -- Skipped a test failure that only occurs under Python 2.6.1 (i...
Russell Keith-Magee
2011-09-10
Refs #16490 - Add a commit to ensure that a fresh read is provided; this is o...
Russell Keith-Magee
2011-09-10
Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...
Russell Keith-Magee
2011-08-25
Fix test from r16678 and r16681 properly for Oracle.
Malcolm Tredinnick
2011-08-24
Added another test to confirm fix in r16663.
Malcolm Tredinnick
2011-08-23
Teach "django-admin.py validate" to forbid nullable primary keys.
Malcolm Tredinnick
2011-08-23
Corrected the setup and teardown of the refactored invalid_models test so tha...
Russell Keith-Magee
2011-08-23
Allow "pk" as a field alias in QuerySet.only() calls.
Malcolm Tredinnick
2011-08-23
Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...
Russell Keith-Magee
2011-08-23
Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...
Russell Keith-Magee
2011-08-22
Improved error message display during validation errors.
Malcolm Tredinnick
2011-08-21
Fixed #16644 -- Fixed one additional test that was failing in Oracle due to f...
Ramiro Morales
2011-08-12
Fixed #4617 -- Added `raise_exception` option to `permission_required` decora...
Jannis Leidel
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-08-10
Fixed #16593 -- Refactored proxy_model_inheritance fixture setup to minimize ...
Ramiro Morales
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-04
Removed superflous commented-out lines.
Ramiro Morales
2011-07-03
Renamed a test model field added in [16345] so it doesn't keep the test DB ce...
Ramiro Morales
2011-07-03
Reverted [14563] because it introduced a dependency from core on a contrib ap...
Ramiro Morales
2011-06-28
Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...
Jannis Leidel
2011-06-13
Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.
Jannis Leidel
[prev]
[next]