summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-02-22Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.Joseph Kocherhans
2010-02-22Fixed #11687: the `add` filter is now less failsome when faced with things th...Jacob Kaplan-Moss
2010-02-22Fixed #12901. Exclude overridden form fields from model field validation. Tha...Joseph Kocherhans
2010-02-22Fixed a typo in last commit.Jannis Leidel
2010-02-22Updated the check for gettext introduced in r12475 to also look at the version.Jannis Leidel
2010-02-22Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel...Russell Keith-Magee
2010-02-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
2010-02-22Fixed #12864 -- Corrected handling of new user creation when a multi-database...Russell Keith-Magee
2010-02-21Fixed #12910 - Only test extracting translation strings if xgettext can be fo...Jannis Leidel
2010-02-21Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...Jannis Leidel
2010-02-21Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...Jannis Leidel
2010-02-21Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...Jannis Leidel
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-21Fixed #7876 - Improved template error message to include expected end tag. Th...Jannis Leidel
2010-02-17Fixed #12705 -- Date/time and select filter widgets now work again with newly...Justin Bronn
2010-02-16Added missing tests for fix committed in r12398. Thanks Karen for the report.Jannis Leidel
2010-02-16Fixed #11384 - Make sure translations in the project directory really overrid...Jannis Leidel
2010-02-16Fixed #6505 - Copy plural forms from Django translation files for newly creat...Jannis Leidel
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-02-16Fixed #7720 - Fallback to the base language if the sub language given in the ...Jannis Leidel
2010-02-16Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...Jannis Leidel
2010-02-15Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the h...Jacob Kaplan-Moss
2010-02-14Fixed a couple Python 2.4 incompatibilities.Jacob Kaplan-Moss
2010-02-14Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...Jacob Kaplan-Moss
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2010-02-13Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...Russell Keith-Magee
2010-02-13Fixed #12613 -- Added Q and Z to the list of characters supported by the phon...Russell Keith-Magee
2010-02-13Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and ...Russell Keith-Magee
2010-02-13Fixed #12011 -- Modified the test client to preserve the request scheme on a ...Russell Keith-Magee
2010-02-13Fixed #12378 -- Removed some tests made redundant by feature deprecation. Tha...Russell Keith-Magee
2010-02-11Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...Russell Keith-Magee
2010-02-11Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Tha...Russell Keith-Magee
2010-02-10Fixed #11535: Corrected SQL generated for queries involving generic relations...Karen Tracey
2010-02-10Fixed #12647. Allow unique_together checks be specified as lists as well as t...Joseph Kocherhans
2010-02-10Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError...Joseph Kocherhans
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-02-05Fixed #3594 - Added ability to discard the language catalog in the JavaScript...Jannis Leidel
2010-02-05Fixed #12777 - Localize decimal fields correctly. Thanks, Florian ApollonerJannis Leidel
2010-02-03Corrected app_loading test so it does not generate a key error when TZ is not...Karen Tracey
2010-02-02Fixed #12667. Added optgroup validation support to model fields with choices....Joseph Kocherhans
2010-02-01Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...Jannis Leidel
2010-02-01Fixed #12654 - Correctly display ForeignKey fields in read-only scenarios. Th...Jannis Leidel
2010-01-29Tweaked the validation test models to avoid tripping over the fact that Oracl...Karen Tracey
2010-01-29Fixed #12721: Ensured objects with generic relations that use non-integer obj...Karen Tracey
2010-01-28Fixed #12724: Fixed new comment tests to not hardcode comment primary key val...Karen Tracey
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2010-01-27Fixed #12703 -- Corrected a test suite failure in the admin_views tests.Russell Keith-Magee
2010-01-27Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee