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
/
django
Age
Commit message (
Expand
)
Author
2012-08-07
[py3] Ported django.utils.regex_helper.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.functional.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.feedgenerator.
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.crypto.
Aymeric Augustin
2012-08-07
[py3] Minor cleanup in django.utils.archive.
Aymeric Augustin
2012-08-07
[py3] Ported django.test.doctest.
Aymeric Augustin
2012-08-07
[py3] Applied minor fixes so the test suite starts
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 #15754 -- avoid recursively computing the tree of media widgets more ti...
Alex Gaynor
2012-08-06
Fixed #18724 -- Fixed IntegerField validation with value 0
Brendan MacDonell
2012-08-04
Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.
Justin Bronn
2012-08-04
Fixed a mistake in function documentation 'django.utils.functional.partition'
Tim Graham
2012-08-04
Fixed #7833 -- Improved UserCreationForm password validation
Claude Paroz
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-03
Remove a temporary variable deletion, it's not a big deal and it doesn't exis...
Alex Gaynor
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-08-03
Removed some pre-1.3.0 postgis compatibility code
Claude Paroz
2012-08-03
Reorganized geoapp gis tests
Claude Paroz
2012-08-03
Fixed #18363 -- Improved Galician date and time format strings
Claude Paroz
2012-08-03
Fixed #18684 -- Added Finnish DATETIME_FORMAT
Claude Paroz
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-30
Fixed second security issue in image uploading. Disclosure and release forthc...
Florian Apolloner
2012-07-30
Fixed a security issue in image uploading. Disclosure and release forthcoming.
Florian Apolloner
2012-07-29
Merge pull request #225 from dekkers/remove-double-isinstance-check
Alex Gaynor
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 error message in detail generic view.
Florian Apolloner
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
Merge pull request #230 from pjdelport/cleanup
Alex Gaynor
2012-07-25
Fixed QueryDict.setlistdefault.
Aymeric Augustin
2012-07-25
Rolled back a unnecessary change in 8f002867b2.
Aymeric Augustin
2012-07-24
Fixed #18666 -- when upgrading a user's password to a new algorithm only save...
Alex Gaynor
2012-07-25
it's -> its
Piet Delport
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-24
Remove double isinstance check in force_unicode
Jeroen Dekkers
2012-07-23
Removed a Python 3-compatibility hack.
Aymeric Augustin
2012-07-22
Used a Python 3-compatible syntax for building a translation table
Claude Paroz
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Fixed remaining Python 3 syntax errors.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
[prev]
[next]