index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-06-01
Made inspectdb tests deal with a smaller generated models.py file.
Ramiro Morales
2012-05-31
Fixed #18409 -- Made RegexField work with unicode characters.
Julien Phalip
2012-05-31
Cleaned up test_client_regress tests
Claude Paroz
2012-05-31
Moved test_client_regress tests from models.py to tests.py
Claude Paroz
2012-05-31
Fixed #18407 -- Made model field's to_python methods fully accept unicode.
Claude Paroz
2012-05-31
Rewrote test_error_messages with helper test utility.
Claude Paroz
2012-05-31
Fixed #14681 -- Do not set mode to None on file-like objects.
Claude Paroz
2012-05-28
Fixed #18393 -- Prevented blocktrans to crash when a variable name is badly f...
Julien Phalip
2012-05-28
Used call_command stdout parameter to capture output in staticfiles tests.
Claude Paroz
2012-05-27
Used call_command in i18n compilation tests.
Claude Paroz
2012-05-27
Used CommandError in createcachetable command.
Claude Paroz
2012-05-27
Fixed #18387 -- Do not call sys.exit during call_command.
Claude Paroz
2012-05-27
Fixed #18135 -- Close connection used for db version checking
Michael Newman
2012-05-27
Fixed #18343 -- Cleaned up deferred model implementation
Anssi Kääriäinen
2012-05-26
Removed a duplicate test in fixtures_regress.
Claude Paroz
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2012-05-25
Specified when open should use binary mode.
Claude Paroz
2012-05-25
Fixed #17371 -- Made the test client more flexible
Aymeric Augustin
2012-05-25
Added tests for nested exclude/negate queries
Anssi Kääriäinen
2012-05-24
Fixed qs.order_by() join promotion for already existing joins
Anssi Kääriäinen
2012-05-24
Fixed #18177 -- Cached known related instances.
Aymeric Augustin
2012-05-24
Fixed #18353 -- Inconsistency in date-based CBVs.
Aymeric Augustin
2012-05-22
Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Anssi Kääriäinen
2012-05-22
Fixed #18318 -- Changed some tests to be 3rd party DB friendly
Anssi Kääriäinen
2012-05-22
Fixed #18317 -- Removed db specific raw SQL function from tests
Anssi Kääriäinen
2012-05-22
Fixed #18304 -- Optimized save() when update_can_self_select=False
Anssi Kääriäinen
2012-05-20
Fixed #18354 -- Performance issue in CBV.
Aymeric Augustin
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-05-18
Fixed broken ES localflavor test after 4774875.
Claude Paroz
2012-05-18
Fixed #18334 -- Fixed detection of supports_stddev backend feature.
Claude Paroz
2012-05-17
Added a test for DayArchiveView. Refs #17192.
Aymeric Augustin
2012-05-17
Fixed #9893 -- Validated the length of file names
Aymeric Augustin
2012-05-17
Fixed #17449 -- Added OPTIONS to generic views.
Aymeric Augustin
2012-05-17
Fixed #17535 -- Optimized list generic views.
Aymeric Augustin
2012-05-17
Fixed #18326 -- Stripped ending chars in LiveServerViews tests.
Claude Paroz
2012-05-16
Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...
Jannis Leidel
2012-05-14
Fixed #10890: added prev/next_week in the context
Aymeric Augustin
2012-05-12
Replaced im_func and im_self by __func__ and __self__.
Claude Paroz
2012-05-12
Added missing relative imports in test files.
Claude Paroz
2012-05-12
Avoided test failure on MySQL by skipping a failing test
Anssi Kääriäinen
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-05-10
Fixed #17798 -- Tweaked the CA localflavor.
Aymeric Augustin
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-09
Fix proxy model Query.remove_inherited_models()
Anssi Kääriäinen
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Commented on a line that inadvertantly slipped in commit 865cd35c
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-05-03
Inserted more simplefilter calls to be sure warnings are emitted.
Claude Paroz
[prev]
[next]