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
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2009-01-10
In urlconfs, include() may now be used on an iterable of patterns instead of ...
Jacob Kaplan-Moss
2009-01-08
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
Malcolm Tredinnick
2009-01-08
Using querysets as an rvalue in filter() calls was causing an unnecessary
Malcolm Tredinnick
2009-01-05
Nested query support.
Malcolm Tredinnick
2009-01-05
Reconciling where- and having-clause behaviour.
Malcolm Tredinnick
2009-01-03
Fixed #9942 -- Added a to_python handler for FloatField to ensure correct typ...
Russell Keith-Magee
2008-12-23
Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py mo...
Gary Wilson Jr
2008-12-21
Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...
Karen Tracey
2008-12-16
Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...
Karen Tracey
2008-12-16
Fixed #9859 -- Added another missing force_unicode needed in admin when runni...
Karen Tracey
2008-12-16
Removed one test that is only intended for PostgreSQL from the visibility of
Malcolm Tredinnick
2008-12-16
Fixed #9786 -- Fixed inequality checking for django.db.models.fields.file.Fie...
Malcolm Tredinnick
2008-12-10
If an SQL query doesn't specify any ordering, avoid the implicit sort
Malcolm Tredinnick
2008-12-09
Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error
Malcolm Tredinnick
2008-12-08
Added a 'permanent' argument the simple.redirect_to() generic view. It's True...
Adrian Holovaty
2008-12-08
This fixes a group of problems in the SQL created by QuerySet.exclude() when
Malcolm Tredinnick
2008-12-07
Fixed #9188 -- Fixed a case where we were generating syntactically invalid SQ...
Malcolm Tredinnick
2008-12-05
Added a way to iterate over hidden/visible fields in a form. Useful for manual
Malcolm Tredinnick
2008-12-02
Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...
Ian Kelly
2008-12-02
Fixed #9736 -- Added quoting to the SQL constraint names generated during tab...
Russell Keith-Magee
2008-11-24
Here's the rest of [9530] where I actually rename the tag like I said I did. ...
Jacob Kaplan-Moss
2008-11-24
Fixed #6398: added an optional `{% empty %}` clause to the `{% for %}` templa...
Jacob Kaplan-Moss
2008-11-24
Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...
Jacob Kaplan-Moss
2008-11-21
Fixed #9615 -- Typo fix to testcase. Thanks jarrow.
Karen Tracey
2008-11-16
Fixed #9608: Ensured a Model's default repr() is printable even if its __unic...
Karen Tracey
2008-11-16
Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
Malcolm Tredinnick
2008-11-16
Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only
Malcolm Tredinnick
2008-11-15
Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value....
Brian Rosner
2008-11-15
Fixed #6948 -- The join filter was escaping the literal value that was
Malcolm Tredinnick
2008-11-14
Fixed #9592 -- Create data for the generic_inline_admin test during setup ins...
Karen Tracey
2008-11-13
Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...
Brian Rosner
2008-11-12
Fixed #9351 -- Modified the test client to pass on URL encoded parameters to ...
Russell Keith-Magee
2008-11-12
Fixed #5079 -- Avoid converting Decimals to floats during save to the database.
Karen Tracey
2008-11-10
Add tests mistakenly left out of r9397.
Karen Tracey
2008-11-10
Fixed #7064: Made DemicmalField validation support max_digits equal to decima...
Karen Tracey
2008-11-10
Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks...
Karen Tracey
2008-11-10
Fixed #8910 -- Added force_unicode during admin log message creation to avoid...
Karen Tracey
2008-11-09
Fixed #9514 -- Made admin change_form template correctly recognize/report whe...
Karen Tracey
2008-11-08
Fixed #5748 -- Made floatformat filter round properly on all platforms and ha...
Karen Tracey
2008-11-06
Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...
Karen Tracey
2008-11-06
Added new fixture file accidentally left out of [9357].
Russell Keith-Magee
2008-11-06
Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...
Russell Keith-Magee
2008-11-05
Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this c...
Karen Tracey
2008-11-04
Fixed #9418 -- When saving a model form, defer saving of file-type fields unt...
Karen Tracey
2008-11-01
Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...
Brian Rosner
2008-10-31
Fixed #8882 -- When a foreign key is among the unique_together fields in an i...
Brian Rosner
2008-10-28
Fixed #9462 -- Set the instance in an inline formset correctly so that None d...
Brian Rosner
2008-10-28
Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...
Karen Tracey
[next]