index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-02-24
Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...
Joseph Kocherhans
2010-02-23
Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...
Joseph Kocherhans
2010-02-23
Fixed a regression on Python < 2.6 introduced in [12552].
Jacob Kaplan-Moss
2010-02-23
Fixed an unspecified ordering in the expression tests that could lead to a he...
Jacob Kaplan-Moss
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2010-02-23
Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks...
Joseph Kocherhans
2010-02-23
Fixed #12878. Formset-wide errors are now rendered properly as html.
Joseph Kocherhans
2010-02-23
Fixed #6298 - Added sample settings file to run the Django test suite (SQLite...
Jannis Leidel
2010-02-23
Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...
Jannis Leidel
2010-02-23
Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding...
Joseph Kocherhans
2010-02-23
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
Joseph Kocherhans
2010-02-23
Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks...
Joseph Kocherhans
2010-02-23
Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta...
Joseph Kocherhans
2010-02-23
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
Joseph Kocherhans
2010-02-23
Fixed #12285. ModelForm raises a more informative error if it doesn't have a ...
Joseph Kocherhans
2010-02-23
Fixed #12707. Admin action messages are no longer displayed when submitting l...
Joseph Kocherhans
2010-02-23
Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...
Joseph Kocherhans
2010-02-23
Updated patch applied in r12504. Refs #12806.
Justin Bronn
2010-02-23
Fixed #12608 -- No longer return inconsistent results when using `values` and...
Justin Bronn
2010-02-23
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2010-02-23
Fixed #12072 -- Certain characters no longer break url tag. Thanks, Alexande...
Justin Bronn
2010-02-23
Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...
Justin Bronn
2010-02-22
Clarified a comment from [11687].
Jacob Kaplan-Moss
2010-02-22
Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.
Joseph Kocherhans
2010-02-22
Fixed #11687: the `add` filter is now less failsome when faced with things th...
Jacob Kaplan-Moss
2010-02-22
Fixed #12901. Exclude overridden form fields from model field validation. Tha...
Joseph Kocherhans
2010-02-22
Fixed a typo in last commit.
Jannis Leidel
2010-02-22
Updated the check for gettext introduced in r12475 to also look at the version.
Jannis Leidel
2010-02-22
Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFiel...
Russell Keith-Magee
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2010-02-22
Fixed #12864 -- Corrected handling of new user creation when a multi-database...
Russell Keith-Magee
2010-02-21
Fixed #12910 - Only test extracting translation strings if xgettext can be fo...
Jannis Leidel
2010-02-21
Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...
Jannis Leidel
2010-02-21
Fixed #5972 - Allow the template filters to be used with the trans tag. Thank...
Jannis Leidel
2010-02-21
Fixed #5971 - Fixed inconsistent behaviour of the TokenParser when parsing fi...
Jannis Leidel
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel
2010-02-21
Fixed #7876 - Improved template error message to include expected end tag. Th...
Jannis Leidel
2010-02-17
Fixed #12705 -- Date/time and select filter widgets now work again with newly...
Justin Bronn
2010-02-16
Added missing tests for fix committed in r12398. Thanks Karen for the report.
Jannis Leidel
2010-02-16
Fixed #11384 - Make sure translations in the project directory really overrid...
Jannis Leidel
2010-02-16
Fixed #6505 - Copy plural forms from Django translation files for newly creat...
Jannis Leidel
2010-02-16
Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...
Jannis Leidel
2010-02-16
Fixed #6380 - Follow symlinks when examining source code and templates for tr...
Jannis Leidel
2010-02-16
Fixed #7720 - Fallback to the base language if the sub language given in the ...
Jannis Leidel
2010-02-16
Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...
Jannis Leidel
2010-02-15
Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the h...
Jacob Kaplan-Moss
2010-02-14
Fixed a couple Python 2.4 incompatibilities.
Jacob Kaplan-Moss
2010-02-14
Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html...
Jacob Kaplan-Moss
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2010-02-13
Fixed #11944 -- Improved exception handling for the filesizeformat filter. Th...
Russell Keith-Magee
[next]