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
2013-03-06
Used more precise test assertions.
Aymeric Augustin
2013-03-04
Fixed #6585 -- Admin relationship widgets: Respect ordering defined by target...
Juan Pedro Fisanotti
2013-03-04
Fixed #19838 -- Admin: Don't leak a 500 HTTP status when trying to delete pro...
Javier Mansilla
2013-03-03
Removed mentions of modeltests.
Ramiro Morales
2013-03-03
Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID.
matiasb
2013-03-02
Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATS
Claude Paroz
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-03-02
Import `CaptureQueriesContext` from its original module.
Simon Charette
2013-03-02
Fixed #10399 -- Tested that o2o field updates are not constrained by an inner...
Simon Charette
2013-03-02
Added a context manager to capture queries while testing.
Simon Charette
2013-03-01
Fixed #18898 -- Added tests with a fix for ModelMultipleChoiceField
Claude Paroz
2013-03-01
Fixed #16612 -- Improved has_changed detection for localized field values
Claude Paroz
2013-02-28
Fixed tests broken in 2ee21d9.
Aymeric Augustin
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-28
Fixed #5241 -- Kept active transalation in LocaleMiddleware.process_response.
Aymeric Augustin
2013-02-28
Fixed #12823 -- Was already fixed in master, tests added
Anssi Kääriäinen
2013-02-27
use the real path to fix OS X /var/folders vs. /private/var/folders mismatch
Łukasz Langa
2013-02-27
Made dateformat tests reactivate original language
Anssi Kääriäinen
2013-02-27
Fixed a test that relied on database exceptions not being wrapped.
Aymeric Augustin
2013-02-27
Fixed a PendingDeprecationWarning in template_tests.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-27
[py3] Always fed hashlib with bytes.
Łukasz Langa
2013-02-26
Removed a .mo file incorrectly put under Git control.
Ramiro Morales
2013-02-26
Simplified compilemessages tests a bit.
Ramiro Morales
2013-02-26
Don't use os.system() in compilemessages.
Ramiro Morales
2013-02-26
Fixed i18n test to match changed translation
Claude Paroz
2013-02-26
Fixed discovery of the Django installation during tests.
Florian Apolloner
2013-02-26
Changed test_runner tests to use full python path for settings files.
Florian Apolloner
2013-02-26
fixed admin_scripts tests on python 3.3
Florian Apolloner
2013-02-26
Ensured that we have an absolute path to RUNTESTS_DIR.
Florian Apolloner
2013-02-26
Renamed a template to be found by the loaders.
Florian Apolloner
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Adjusted coveragerc
Florian Apolloner
2013-02-26
Adjusted runtests to the new layout.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
Removed __init__.py files.
Florian Apolloner
2013-02-26
Moved test_templates to templates to prevent issues with regressiontests/temp...
Florian Apolloner
2013-02-26
Updated an inaccurate comment.
Aymeric Augustin
2013-02-25
Fixed a caching test on Python 3.
Carl Meyer
2013-02-25
Fixed #18191 -- Don't consider Accept-Language redundantly in cache key.
Łukasz Langa
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-25
Use built-in fixture support rather than calling loaddata in setUp().
Carl Meyer
2013-02-25
Merge pull request #847 from fhahn/ticket_18176
Aymeric Augustin
2013-02-25
Fixed #19854 -- Turn Django's own Selenium tests off by default.
Carl Meyer
2013-02-25
Fixed #18176 -- Added test for year lookups with year < 1000
Florian Hahn
2013-02-25
Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAddress test
Claude Paroz
2013-02-25
Changed testing strategy used in 6b03179e.
Aymeric Augustin
[next]