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
Age
Commit message (
Expand
)
Author
2010-12-12
Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up d...
Jannis Leidel
2010-12-12
Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...
Jannis Leidel
2010-12-12
Fixed #5672 -- Allow the separator in the get_text_list utility function to b...
Jannis Leidel
2010-12-12
Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY_VALUES ...
Alex Gaynor
2010-12-12
Converted the Argentina localflavor doctests to unittests. We have always be...
Alex Gaynor
2010-12-09
Fixes #14873 -- A paginated ListView with a List instead of queryset produces...
Chris Beaven
2010-12-08
Ensure that a Popen object is closed promptly during the tests.
Alex Gaynor
2010-12-07
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...
Russell Keith-Magee
2010-12-06
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...
Russell Keith-Magee
2010-12-05
Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee.
Russell Keith-Magee
2010-12-05
Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...
Russell Keith-Magee
2010-12-05
Fixed #14799 -- Provided a full solution for test database creation order pro...
Russell Keith-Magee
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-12-04
Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...
Russell Keith-Magee
2010-12-04
Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...
Russell Keith-Magee
2010-12-04
Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...
Russell Keith-Magee
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-12-04
Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch.
Russell Keith-Magee
2010-12-03
Fixed #14700 -- ensure that a raw query is only executed once per iteration.
Alex Gaynor
2010-12-03
Added a regression test for r14781. Also fixed a bug where connection.vendor...
Ian Kelly
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-12-01
Fixed #14809 -- broken login related tests after r14733.
Chris Beaven
2010-12-01
Fixed result ordering assumptions in the select_related tests.
Ian Kelly
2010-11-30
Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...
Ramiro Morales
2010-11-30
Tests for utils.text.wrap
Chris Beaven
2010-11-28
Fixes #10427 -- Abstract the value generation of a BoundField
Chris Beaven
2010-11-27
Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...
Russell Keith-Magee
2010-11-26
Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...
Alex Gaynor
2010-11-26
Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the su...
Russell Keith-Magee
2010-11-23
Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...
Russell Keith-Magee
2010-11-22
Fixed #14424 -- corrected a NameError when instantiating a RelatedFieldWidget...
Alex Gaynor
2010-11-22
Fixed #14754 -- corrected using an aggregate in an F expressions when that qu...
Alex Gaynor
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-11-21
Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...
Alex Gaynor
2010-11-21
Fixed #14749 -- added support for using Django's file object as context manag...
Alex Gaynor
2010-11-21
Fixed failing tests caused by r14667
Honza Král
2010-11-21
Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_...
Honza Král
2010-11-21
Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp()...
Ramiro Morales
2010-11-21
Fixes #13804 -- URLField validation failure for a url containing '://' on the...
Chris Beaven
2010-11-21
Fixed #5768 -- Added support for ManyToManyFields and reverse relations in va...
Carl Meyer
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-11-20
Fixed poorly-constructed test from r14612. Thanks to Alex Gaynor for the eagl...
Carl Meyer
2010-11-19
Corrected change in behavior regarding the page shown after the 'Save' button...
Ramiro Morales
2010-11-19
Began converting localflavor doctests into unittests, starting with the Germa...
Alex Gaynor
2010-11-19
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks t...
Russell Keith-Magee
2010-11-19
Corrected the way databases were compared. This allows running the test suit...
Alex Gaynor
2010-11-19
Fixed a failing test caused by [14614].
Alex Gaynor
2010-11-18
Converted the model_regress doctests into unittests. We have always been at ...
Alex Gaynor
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2010-11-18
Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...
Carl Meyer
[next]