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-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
2012-11-27
Made some tests behave nicer re connection handling
Anssi Kääriäinen
2012-11-27
Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2012-11-25
Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...
Edward Tjörnhammar
2012-11-25
Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...
Julien Phalip
2012-11-25
Fixed test failure following capitalization fix in 2f035a972
Claude Paroz
2012-11-25
Change exception type to reduce confusion.
Aymeric Augustin
2012-11-25
Fixed two typos.
Aymeric Augustin
2012-11-25
Enabled SimpleTestCase to be decorated by override_settings
Claude Paroz
2012-11-25
Fixed #18417 -- Raised exception when unittest.TestCase is decorated with ove...
Claude Paroz
2012-11-24
Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.
Aymeric Augustin
2012-11-24
Used a django.test.TestCase for compatibility with @override_settings.
Aymeric Augustin
2012-11-24
Fixed ordering-related failure in m2m_through_regress tests
Anssi Kääriäinen
2012-11-24
Fixed #19237 -- Improved strip_tags utility
Chris Khoo
2012-11-24
Simplified the deletions performed by the swappable_models test.
Russell Keith-Magee
2012-11-24
Fixed #19806 -- Ensure that content types and permissions aren't created for ...
Russell Keith-Magee
2012-11-24
Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs
Anssi Kääriäinen
[next]