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
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-27
Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...
Russell Keith-Magee
2011-01-27
Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...
Russell Keith-Magee
2011-01-27
Fixed #14818 -- Added explicit tests for the way that the cycle tag handles e...
Russell Keith-Magee
2011-01-27
Fixed #15041 -- Added tests for the spaceless tag interacting with escaping. ...
Russell Keith-Magee
2011-01-27
Fixed using --pair with python's that aren't the system default, when not in ...
Alex Gaynor
2011-01-26
Fixed #15161 - Corrected handling of ManyToManyField with through table using...
Carl Meyer
2011-01-26
Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...
Ramiro Morales
2011-01-26
Made a transaction test optional unless transactions are supported.
Russell Keith-Magee
2011-01-26
Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...
Carl Meyer
2011-01-26
Fixed #13159 -- properly quote aggregates in order_by.
Alex Gaynor
2011-01-26
Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...
Alex Gaynor
2011-01-25
Fixed #14938 - Fixed save-as-new on inline formset with new forms.
Carl Meyer
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-24
Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...
Luke Plant
2011-01-24
Simplify the tests for [15296].
Alex Gaynor
2011-01-24
Fixed 14796 -- Modified order of operations performed on field names by the i...
Ramiro Morales
2011-01-24
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-24
Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...
Russell Keith-Magee
2011-01-24
Fixed #14982 -- Ensure that EMPTY_CHANGELIST_VALUE is honored for nullable fo...
Russell Keith-Magee
2011-01-24
Fixed #15144 -- Corrected some problems with the Cache middleware when used w...
Russell Keith-Magee
2011-01-21
Fixed a few translation related tests:
Jannis Leidel
2011-01-21
Changed name given to test applications in Django own test suite running tool...
Ramiro Morales
2011-01-21
Fixed #14753 -- Fixed the test client to not raise an AssertionError when req...
Ramiro Morales
2011-01-20
Fixed #15122 -- Restored reporting of the template files tried in the texmpla...
Ramiro Morales
2011-01-20
Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...
Alex Gaynor
2011-01-20
Poured a little more perfectionism into the delete-confirmation templates.
Carl Meyer
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2011-01-19
Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...
Carl Meyer
2011-01-19
Fixed a regression in the test suite from [15236].
Alex Gaynor
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2011-01-18
Refs #14661 -- Corrected (well... hacked around) a test failure under MySQL/M...
Russell Keith-Magee
2011-01-17
Fixed #14468 -- Extended the list of content types that the test client could...
Jannis Leidel
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
2011-01-17
Corrected an aggregation test failure under PostgreSQL, introduced by r15223....
Russell Keith-Magee
2011-01-16
Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...
Russell Keith-Magee
2011-01-16
Fixed #14707 -- Relax the protections on aggregate naming collisions when a V...
Russell Keith-Magee
2011-01-16
Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i...
Russell Keith-Magee
2011-01-15
Stopped staticfiles app from requiring a models module when looking for stati...
Jannis Leidel
2011-01-15
Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's tim...
Russell Keith-Magee
2011-01-15
Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...
Russell Keith-Magee
2011-01-15
Fixed #15042 -- Ensured that email addresses without a domain can still be ma...
Russell Keith-Magee
2011-01-15
Modified a try block construct in a test case to be compatible with Python 2.4.
Ramiro Morales
2011-01-15
Enhanced slightly the tests added in r15185 to demonstrate that #14948 doesn'...
Ramiro Morales
2011-01-14
Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd...
Andrew Godwin
2011-01-14
Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm Geerts.
Ramiro Morales
2011-01-13
Fixed #13631 -- Made sure that max_length and min_length are retained as attr...
Russell Keith-Magee
2011-01-13
Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...
Russell Keith-Magee
2011-01-13
Fixed #15025 - template debug fails if there's a callable local var that gene...
Luke Plant
2011-01-13
Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...
Ramiro Morales
[next]