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-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
2012-05-03
Made warning assertions work with or without -Wall python switch
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-03
Removed unused file from i18n regression tests.
Ramiro Morales
2012-05-03
Replaced deprecated TestCase methods. Refs #17049.
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-05-02
Merge pull request #28 from akaariai/ticket_18163
Karen Tracey
2012-05-01
Fixed tests for date-based generic views.
Aymeric Augustin
2012-05-01
Fixed #17742 -- Handled aware datetimes in DateField
Aymeric Augustin
2012-04-30
Use faster password hasher in sqlite tests
Anssi Kääriäinen
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-04-30
Fixed #4746 -- Allowed spaces around filter separator.
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
Fixed SortedDict.__copy__()
Anssi Kääriäinen
2012-04-30
Made get_indexes() consistent across backends.
Anssi Kääriäinen
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
[next]