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-07
[1.3.X] Fixed #17100 -- Typo in the regex for EmailValidator. Backport of r17...
Aymeric Augustin
2011-09-10
[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...
Russell Keith-Magee
2011-08-23
[1.3.X] Corrected the setup and teardown of the refactored invalid_models tes...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...
Russell Keith-Magee
2011-08-23
[1.3.X] Fixed #16681 -- Refactored the invalid_models unit test so that it ca...
Russell Keith-Magee
2011-07-14
[1.3.X] Reverted [14563] because it introduced a dependency from core on a co...
Ramiro Morales
2011-05-05
[1.3.X] Fixes #15975 -- Test failure in model validation tests due to us now ...
Chris Beaven
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
2010-11-21
Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...
Carl Meyer
2010-11-17
Migrated model_formsets doctests. Thanks to Gregor Müllegger for the patch.
Russell Keith-Magee
2010-11-14
Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...
Ramiro Morales
2010-11-12
Converted m2m_signals from doctests to unittests. Thanks to Gregor Müllegge...
Alex Gaynor
2010-11-11
Removed the executable bit from a test file, it wasn't. Thanks to Florian fo...
Alex Gaynor
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-11-02
Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...
Alex Gaynor
2010-11-02
Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'
Carl Meyer
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-11-02
Migrated lookup doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-11-02
Migrated basic doctests. Thanks to Preston Timmons for the patch.
Russell Keith-Magee
2010-11-02
Migrated m2m_through doctests. Thanks to the anonymous contributor.
Russell Keith-Magee
2010-10-25
Converted model_inheritance doctests to unittests. We have always been at wa...
Alex Gaynor
2010-10-24
Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...
Alex Gaynor
2010-10-21
Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...
Chris Beaven
2010-10-19
Fixed #10771 -- added support for using the transaction management functions ...
Alex Gaynor
2010-10-19
Migrated many-to-many doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
2010-10-19
Migrated many-to-one doctests. Thanks to George Sakkis for the patch.
Russell Keith-Magee
[next]