summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2010-12-04Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...Russell Keith-Magee
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-12-04Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch.Russell Keith-Magee
2010-12-03Added a regression test for r14781. Also fixed a bug where connection.vendor...Ian Kelly
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-11-30Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...Ramiro Morales
2010-11-30Tests for utils.text.wrapChris Beaven
2010-11-28Fixes #10427 -- Abstract the value generation of a BoundFieldChris Beaven
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-11-26Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...Alex Gaynor
2010-11-26Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...Russell Keith-Magee
2010-11-23Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...Russell Keith-Magee
2010-11-22Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...Alex Gaynor
2010-11-22Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...Alex Gaynor
2010-11-21Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...Honza Král
2010-11-21Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...Alex Gaynor
2010-11-21Fixed #14749 -- added support for using Django's file object as context manag...Alex Gaynor
2010-11-21Fixed failing tests caused by r14667Honza Král
2010-11-21Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...Honza Král
2010-11-21Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp()...Ramiro Morales
2010-11-21Fixes #13804 -- URLField validation failure for a url containing '://' on the...Chris Beaven
2010-11-20Fixed #14389, #9666 -- Started the migration path to make the first argument ...Russell Keith-Magee
2010-11-20Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagl...Carl Meyer
2010-11-19Corrected change in behavior regarding the page shown after the 'Save' button...Ramiro Morales
2010-11-19Began converting localflavor doctests into unittests, starting with the Germa...Alex Gaynor
2010-11-19Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...Russell Keith-Magee
2010-11-19Fixed a failing test caused by [14614].Alex Gaynor
2010-11-18Converted the model_regress doctests into unittests. We have always been at ...Alex Gaynor
2010-11-18Fixed pk uniqueness validation for new objects created outside of a ModelForm...Carl Meyer
2010-11-18Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...Carl Meyer
2010-11-17Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inhe...Alex Gaynor
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-17Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...Ramiro Morales
2010-11-17Fixed #12687 -- fixed an issue with aggregates and counts in conjunction with...Alex Gaynor
2010-11-16Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...Ramiro Morales
2010-11-16Migrated model_inheritance_regress doctests. Thanks to Gregor Müllegger for ...Russell Keith-Magee
2010-11-16Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...Russell Keith-Magee
2010-11-16Added a test for using an `__in` lookup with a ValueListQueryset from a none(...Alex Gaynor
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-11-13Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...Jannis Leidel
2010-11-12Fixed a test case that was failing in Oracle due to conflation of null and em...Ian Kelly
2010-11-12Fixed a multiple_database test case that was failing in Oracle due to forced ...Ian Kelly
2010-11-12Made the oracle backend throw the same ValueError as the mysql backend when a...Ian Kelly
2010-11-12Fixed #11101: Rewrote the sequence reset SQL for Oracle to prevent it from pe...Ian Kelly
2010-11-11Changed a test to be less specific about the exception string it expected. T...Alex Gaynor
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-07Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an ...Alex Gaynor