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-31
Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string
Claude Paroz
2012-12-30
Added further flexibility to ModelAdmin for controlling post-save redirections.
Julien Phalip
2012-12-29
Silenced warnings in the tests of deprecated features.
Aymeric Augustin
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-29
Removed legacy ways of calling cache_page.
Aymeric Augustin
2012-12-29
Removed truncate_words and truncate_html_words.
Aymeric Augustin
2012-12-29
Removed HttpRequest.raw_post_data.
Aymeric Augustin
2012-12-29
Removed django.core.management.setup_environ and execute_manager.
Aymeric Augustin
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-29
Removed django.contrib.databrowse.
Aymeric Augustin
2012-12-29
Removed interpolation of post_url_continue in the admin.
Aymeric Augustin
2012-12-29
Removed backwards-compatibility shim for #16288.
Aymeric Augustin
2012-12-29
Avoided having an indexed TextField installed unless using postgres
Anssi Kääriäinen
2012-12-29
Fixed autopk issue in tests
Anssi Kääriäinen
2012-12-28
Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Aymeric Augustin
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
[next]