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
/
regressiontests
Age
Commit message (
Expand
)
Author
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-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-05
Replaced cStringIO.StringIO by io.BytesIO.
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-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
2012-04-29
Fixed #18023 -- Removed bundled simplejson.
Aymeric Augustin
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-29
Merge pull request #22 from aviraldg/test_17967
Alex Gaynor
2012-04-29
Fixed some style issues in previous commit.
Aviral Dasgupta
2012-04-29
Fixed #17992 -- Added a public API for localtime.
Aymeric Augustin
2012-04-29
Simplified QuerySet field.null handling
Anssi Kääriäinen
2012-04-29
Fixed #17976 -- Made forms.BooleanField pickleable.
Aymeric Augustin
2012-04-29
Added regression test for #17967.
Aviral Dasgupta
2012-04-29
Fixed #18224 -- Changed the dev version number.
Aymeric Augustin
2012-04-29
Fixed #13196 -- Formatting in admin changelists.
Aymeric Augustin
2012-04-29
Made table_names() output sorted.
Anssi Kääriäinen
2012-04-28
Removed a svn-specific hack from a test.
Aymeric Augustin
2012-04-27
Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...
Claude Paroz
2012-04-26
Removed unneeded deprecation warning silencing in test suite.
Claude Paroz
2012-04-26
Removed deprecated gender check in cz localflavor. Refs #14593.
Claude Paroz
2012-04-25
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-24
Removed some leftover references to old-syntax ssi template tag tests. Refs #...
Claude Paroz
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2012-04-24
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...
Anssi Kääriäinen
2012-04-24
Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the serv...
Anssi Kääriäinen
2012-04-24
Fixed #17954 -- Fixed dependency checking for test databases. Thanks Łukasz ...
Claude Paroz
2012-04-22
Ignore .svn directories in the folders test from [17925]. This is what happe...
Alex Gaynor
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
[prev]
[next]