summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-12-12Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...Jannis Leidel
2010-12-12Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...Jannis Leidel
2010-12-12Fixed #5672 -- Allow the separator in the get_text_list utility function to b...Jannis Leidel
2010-12-12Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY_VALUES ...Alex Gaynor
2010-12-12Converted the Argentina localflavor doctests to unittests. We have always be...Alex Gaynor
2010-12-09Fixes #14873 -- A paginated ListView with a List instead of queryset produces...Chris Beaven
2010-12-08Ensure that a Popen object is closed promptly during the tests.Alex Gaynor
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-12-05Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee.Russell Keith-Magee
2010-12-05Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...Russell Keith-Magee
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-12-04Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
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-03Fixed #14700 -- ensure that a raw query is only executed once per iteration.Alex Gaynor
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-12-01Fixed result ordering assumptions in the select_related tests.Ian Kelly
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-21Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...Carl Meyer
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-19Corrected the way databases were compared. This allows running the test suit...Alex Gaynor
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