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-08-14
[py3] Fixed comparison of list and range()
Anssi Kääriäinen
2012-08-14
[py3] Fixed invalid use of dict.items()
Anssi Kääriäinen
2012-08-14
[py3] Ensured the template tests run.
Aymeric Augustin
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-08-14
[py3] Ported django.http according to PEP 3333.
Aymeric Augustin
2012-08-13
[py3] Fixed encoding issues in cache key generation
Claude Paroz
2012-08-13
[py3] Made csrf context processor return Unicode
Claude Paroz
2012-08-13
[py3] Fixed admin_scripts tests
Claude Paroz
2012-08-13
[py3] Removed filename encoding in file_uploads test
Claude Paroz
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-12
Fixed #13844 -- Avoid converting unknown db values to float
Anssi Kääriäinen
2012-08-12
[py3] Made exception examination py3-compatible.
Karen Tracey
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Replaced some __str__ methods by __unicode__
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-11
Fixed #18739 -- witdthratio behavior on None args
Karen Tracey
2012-08-11
Decorated some tests that require tz support.
Karen Tracey
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-08-11
[py3] Used six.StringIO to simulate stdout buffer in tests
Claude Paroz
2012-08-11
[py3] Used BytesIO to test request streams
Claude Paroz
2012-08-10
[py3] Made signing infrastructure pass tests with Python 3
Claude Paroz
2012-08-10
Add db_table and db_tablespace handling
Andrew Godwin
2012-08-10
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-10
Add support for unique_together
Andrew Godwin
2012-08-09
[py3] Fixed mail tests with Python 3
Claude Paroz
2012-08-08
[py3] Fixed compilemessages tests
Claude Paroz
2012-08-08
Switched to using the standard method for comparing querysets in teh templates.
Alex Gaynor
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-08-07
Fix a test that relied on an exception outliving the `except` block, which do...
Alex Gaynor
2012-08-07
[py3] Ported django.utils.functional.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.decorators.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.crypto.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.baseconv.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-06
Fixed #18724 -- Fixed IntegerField validation with value 0
Brendan MacDonell
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
Claude Paroz
2012-08-04
Fixed #18700 -- Added URL reversal for i18n set_language view.
Simon Meers
2012-08-03
[py3] Removed uses of sys.maxint under Python 3.
Aymeric Augustin
2012-08-02
Add M2M tests and some unique support
Andrew Godwin
2012-07-30
Fixed a security issue in http redirects. Disclosure and new release forthcom...
Florian Apolloner
2012-07-26
Merge branch 'master' of github.com:django/django into schema-alteration
Andrew Godwin
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-25
Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
Marc Tamlyn
2012-07-25
Merge pull request #216 from ljosa/ticket_18644
Florian Apolloner
2012-07-25
Made staticfiles tests independent of test execution order.
Florian Apolloner
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-24
Added tests for deprecation warnings and fixed the argument order for the war...
Alex Gaynor
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
[prev]
[next]