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
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
2012-12-24
Expanded tests added when fixing #14529.
Ramiro Morales
2012-12-24
Prevented caching of streaming responses.
Aymeric Augustin
2012-12-24
Fixed #19505 -- A more flexible implementation for customizable admin redirec...
Julien Phalip
2012-12-24
Fixed a randomly failing test under Python 3.
Aymeric Augustin
2012-12-24
Fixed a dependence on set-ordering in tests
Luke Plant
2012-12-24
Made admin generated changelist URLs independent of dict ordering
Luke Plant
2012-12-24
Don't rely on dictionary ordering in tests
Ian Clelland
2012-12-24
Use HTML parser to compare html snippets
Ian Clelland
2012-12-24
Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-22
Fixed #19468 -- Decoded request.path correctly on Python 3.
Aymeric Augustin
2012-12-20
Fixed #18854 -- Join promotion in disjunction cases
Anssi Kääriäinen
2012-12-20
Fixed #19500 -- Solved a regression in join reuse
Anssi Kääriäinen
2012-12-20
Fixed #19401 -- Ensure that swappable model references are case insensitive.
Russell Keith-Magee
2012-12-19
Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField
Patryk Zawadzki
2012-12-18
Fixed #19441 -- Created PostgreSQL varchar index when unique=True
Claude Paroz
2012-12-16
Made sure connections are actually closed in backends tests
Anssi Kääriäinen
2012-12-16
Fixed #19483 -- Improved import error message in contrib.comments
Claude Paroz
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-12-16
Corrected tests depending on the error message on the AuthenticationForm.
Russell Keith-Magee
2012-12-13
Fixed a couple of stale tests caused by patch for #19462
Anssi Kääriäinen
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-12-12
Fixed #19432 -- Provided better error message for get_object_or_404
Claude Paroz
2012-12-11
Fixed an order dependant test failure.
Florian Apolloner
2012-12-10
Fixed a test failure in the comment tests.
Florian Apolloner
2012-12-10
Fixed a security issue in get_host.
Florian Apolloner
2012-12-10
Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.
Florian Apolloner
2012-12-10
Amended an SQL test fixture to not include an id value
Claude Paroz
2012-12-09
Fixed #19392 -- Improved error for old-style url tags with dashes.
Aymeric Augustin
2012-12-08
Removed US localflavor-specific tests from core
Claude Paroz
2012-12-08
Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield_overrides
Claude Paroz
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-06
Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_valid
Andreas Hug
2012-12-06
Fixed #19367 -- Fixed saving ContentFile in filesystem storage
Claude Paroz
2012-12-06
Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Marc Aymerich
2012-12-04
Fixed #19391 -- Oracle specific failure in tests
Anssi Kääriäinen
2012-12-04
Fixed the admin_filters tests for Postgres.
Julien Phalip
2012-12-04
Fixed #19378 -- Ensured get_success_url returns a non-lazy URL
Claude Paroz
2012-12-04
Merge pull request #573 from tominsam/master
Andrew Godwin
2012-12-04
Fixed #18697 -- Made values accepted for two customizable admin templates con...
Ramiro Morales
2012-12-03
Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be disp...
Sebastián Magrí
2012-12-03
Fixed #19416 -- Fixed multi-line commands in initial SQL files
Claude Paroz
2012-12-03
another failing test case for square brackets.
Tom Insam
2012-12-03
Fixed #19397 -- Crash on binary files in project templates.
Aymeric Augustin
2012-12-02
Fixed #17050 -- Added some CSS class names to the admin index pages to facili...
Julien Phalip
2012-12-01
Fixed #19015 -- Add ISO input formats to all formats
Claude Paroz
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-28
Converted a couple of assertEquals -> assertEqual
Anssi Kääriäinen
2012-11-28
Fixed #14694 -- Made ``defer()`` work with reverse relations
Tai Lee
2012-11-27
Fixed #19370 -- Made date filter properly handle midnight value
Danilo Bargen
[next]