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-01-28
Caught (and tested) the warning added at r17393 in the corresponding test. Re...
Aymeric Augustin
2012-01-24
Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...
Jannis Leidel
2012-01-07
Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...
Aymeric Augustin
2012-01-02
Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...
Julien Phalip
2012-01-02
Fixed a stupid bug in the implementation of timezone.make_aware.
Aymeric Augustin
2011-12-27
Fixed #17463 -- Conditionally skipped tests that Windows isn't able to run.
Aymeric Augustin
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-16
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...
Adrian Holovaty
2011-12-11
Fixed #17251 -- In the select_for_update tests, close manually database conne...
Aymeric Augustin
2011-12-04
Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...
Aymeric Augustin
2011-11-27
Changed the fixtures used to test the 'initial_data' feature so they don't co...
Aymeric Augustin
2011-11-27
Renamed the fixtures used by the aggregation tests so they're only loaded by ...
Aymeric Augustin
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-21
Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...
Aymeric Augustin
2011-11-20
Ensured that the warning added at r17117 also applies to queryset filter argu...
Aymeric Augustin
2011-11-20
Disabled tests that require warnings.catch_warnings when running under Python...
Aymeric Augustin
2011-11-19
Fixed #17263 -- Added a warning when a naive datetime reaches the database la...
Aymeric Augustin
2011-11-18
Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-13
Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.
Karen Tracey
2011-11-12
Fix #16570: Restore ability to have decimal fields where max_digits equals de...
Karen Tracey
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
[next]