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
/
regressiontests
Age
Commit message (
Expand
)
Author
2009-04-11
Fixed #10766 -- Raise an error when annotate() references another aggreagte()...
Russell Keith-Magee
2009-04-11
Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
Malcolm Tredinnick
2009-04-11
Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the te...
Russell Keith-Magee
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-04-10
Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no...
Jacob Kaplan-Moss
2009-04-10
Converted model_fields regression tests into unittests.
Jacob Kaplan-Moss
2009-04-10
Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the ...
Adrian Holovaty
2009-04-10
Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...
Jacob Kaplan-Moss
2009-04-10
Fixed #9315 -- Handle spaces in URL tag arguments.
Malcolm Tredinnick
2009-04-10
Fixed #8515 -- Fixed validation of Polish REGON numbers.
Malcolm Tredinnick
2009-04-09
Fixed #7944: date-based generic views no longer get confused with a numeric m...
Jacob Kaplan-Moss
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2009-04-08
Fixed #10059: `ModelAdmin.formfield_for_dbfield` now handles custom `Field` s...
Jacob Kaplan-Moss
2009-04-08
Fixed the test from [10447] to not depend on `os.listdir()` ordering. I alway...
Jacob Kaplan-Moss
2009-04-08
Fixed #8422: FilePathField now respects required=False.
Jacob Kaplan-Moss
2009-04-08
Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...
Russell Keith-Magee
2009-04-07
Added some tests to show that #9672 has been fixed ever since [10215]. Refs #...
Jacob Kaplan-Moss
2009-04-07
Fixed #9756: the for tag no longer leaves the context stack unbalanced when d...
Jacob Kaplan-Moss
2009-04-07
Fixed #9957: feeds now respect time zone information provided by the pub date.
Jacob Kaplan-Moss
2009-04-07
Fixed #10585: comment redirects built from the `next` parameter now work corr...
Jacob Kaplan-Moss
2009-04-07
Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...
Russell Keith-Magee
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-05
Made a set of small test changes to avoid leaving temp files hanging around a...
Karen Tracey
2009-04-04
Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exc...
Karen Tracey
2009-04-04
Fixed up the introspection code and tests added for #9779 to run under Python...
Karen Tracey
2009-04-04
Replace test use of assertTrue with failUnless. No matter how many times we ...
Karen Tracey
2009-04-04
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphan...
Karen Tracey
2009-04-04
Fixed #10065 -- Corrected an error message when an empty urlpattern object is...
Russell Keith-Magee
2009-04-04
Fixed a problem when computing deferred fields on multiple related models.
Malcolm Tredinnick
2009-04-04
Fixed deferred fields and select_related() interaction.
Malcolm Tredinnick
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-04-03
Fixed #9991: correctly introspect PostgreSQL 'real' types.
Jacob Kaplan-Moss
2009-04-03
Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...
Jacob Kaplan-Moss
2009-04-03
Fixed #9546: GenericRelations inherited from base models no longer query usin...
Jacob Kaplan-Moss
2009-04-03
Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
Malcolm Tredinnick
2009-04-02
Fixed #9520: make the date filter fail silently for non-date values. Thanks, ...
Jacob Kaplan-Moss
2009-04-02
Added tests for database introspection. Refs #9779.
Jacob Kaplan-Moss
2009-04-02
Fixed #10670: fixed reusing QuerySets previously used in a filter expression....
Jacob Kaplan-Moss
2009-04-02
Fixed the test in [10351] to work reguardless of the test settings.
Jacob Kaplan-Moss
2009-04-02
Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.
Jacob Kaplan-Moss
2009-04-01
Fixed #10043 -- widthratio tag now accepts a variable for the max_width argum...
Brian Rosner
2009-04-01
Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....
Jacob Kaplan-Moss
2009-04-01
Fixed some silly assumptions about pk's that broke the test suite under postg...
Joseph Kocherhans
2009-04-01
Fixed #10016: the cache middleware no longer vomits when handed long URLs. Th...
Jacob Kaplan-Moss
2009-04-01
Fixed #9474: user_passes_test may now be applied multiple times.
Jacob Kaplan-Moss
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-04-01
Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ...
Jacob Kaplan-Moss
2009-04-01
Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...
Jacob Kaplan-Moss
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2009-03-31
Fixed #10513: floatformat now works with floatish things, not just real float...
Jacob Kaplan-Moss
[prev]
[next]