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-06-13
Shortened some test model names that were introduced in r16366 to fix running...
Jannis Leidel
2011-06-13
Fixed #16243 -- Corrected test suite failure in model_forms when PIL isn't in...
Russell Keith-Magee
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-10
Fixed #16210 -- Added some missing __future__ imports to support with stateme...
Russell Keith-Magee
2011-06-10
Fixed #16198 -- Ported the model_forms doctests. Our long national nightmare ...
Russell Keith-Magee
2011-06-10
Made `with` statements added in [16348] compatible with Python 2.5.
Ramiro Morales
2011-06-10
Fixed #16166 - `EmailField` does not comply with SMTP standard
Luke Plant
2011-06-09
Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...
Chris Beaven
2011-06-09
Clean up unique validation tests to not use bare excepts and use assertRaises...
Andrew Godwin
2011-06-09
Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...
Andrew Godwin
2011-06-07
Name this test method correctly. Refs [16334].
Alex Gaynor
2011-06-07
Made clear() on a reverse foreign key significantly more efficient. Thanks t...
Alex Gaynor
2011-05-22
Fixed #16048 -- Use the base manager instead of the default manager to retrie...
Jannis Leidel
2011-05-17
Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...
Honza Král
2011-05-05
Fixes #15975 -- Test failure in model validation tests due to us now having h...
Chris Beaven
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-04-22
Fixed #11283 -- Made sure that latest() clears previously specified ordering ...
Jannis Leidel
2011-04-22
Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgould...
Jannis Leidel
2011-04-20
Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor).
Jacob Kaplan-Moss
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-02
More migrations to use RedirectView instead of redirect_to
Russell Keith-Magee
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-03-30
Removed deprecated legacy connection handling for `Field.get_db_*`.
Alex Gaynor
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2011-03-26
Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...
Adrian Holovaty
2011-03-16
Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...
Adrian Holovaty
2011-03-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-03-09
Fixed a number of tests that were failing in Oracle due to false assumptions ...
Ian Kelly
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-03-04
Refs #15550 -- Corrected another primary-key ordering problem in the modelfor...
Russell Keith-Magee
2011-03-04
Fixed #15550 -- Corrected an ordering dependency in the model_forms doctests....
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-26
Revert [15653], which was absolutely not ready to be committed.
Alex Gaynor
2011-02-26
Beginnings of test conversion.
Alex Gaynor
2011-02-21
Fixed #15364 -- Ensure files are closed correctly during file tests. Thanks t...
Russell Keith-Magee
2011-02-19
Fixed #9161 -- Ensure that ModelMultipleChoiceField respects to_field_name in...
Russell Keith-Magee
2011-02-05
Modified wrong expected model formset output in a couple of additional tests ...
Ramiro Morales
2011-01-27
Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...
Russell Keith-Magee
2011-01-26
Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...
Carl Meyer
2011-01-26
Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...
Alex Gaynor
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-09
Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...
Ramiro Morales
2010-12-29
Fixed #7726 -- Added validation of max_digits and decimal_places options to D...
Ramiro Morales
2010-12-22
Fixed #14939: Don't strip ;-parameters from URLs in the test client.
Andrew Godwin
2010-12-14
Tiny doc fix. Thanks kizzo.
Chris Beaven
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-12-03
Fixed #14700 -- ensure that a raw query is only executed once per iteration.
Alex Gaynor
2010-12-01
Fixed result ordering assumptions in the select_related tests.
Ian Kelly
2010-11-21
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
[prev]
[next]