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
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2012-08-25
Added a GeoDjango test with a raw query (Refs #17448)
Claude Paroz
2012-08-23
[py3] Removed duplicate imports.
Aymeric Augustin
2012-08-20
[py3] Fixed #18805 -- ported createsuperuser.
Aymeric Augustin
2012-08-19
Fixed #17278 -- Enabled the spatialite GIS tests to run without having to spe...
Julien Phalip
2012-08-18
[py3] Avoided passing a lazy string to urlparse.
Aymeric Augustin
2012-08-18
[py3] Fixed formtools tests.
Aymeric Augustin
2012-08-17
Made createsuperuser more robust when getting current OS username.
Ramiro Morales
2012-08-15
Removed unneeded smart_bytes import which was introduced in f2fff84bc.
Florian Apolloner
2012-08-15
[py3] fixed session file backend.
Florian Apolloner
2012-08-15
Ensured that about half of the files opened in the formtools tests were expli...
Alex Gaynor
2012-08-15
[py3] Removed map() calls used for side-effects only
Anssi Kääriäinen
2012-08-15
[py3] Fixed test_client_regress tests
Claude Paroz
2012-08-15
Fixed syndication under python3.
Alex Gaynor
2012-08-15
Final explicit closing for staticfiles, they now pass on python3 with -Wall a...
Alex Gaynor
2012-08-14
[py3] Avoided the deprecated base64 interface.
Aymeric Augustin
2012-08-14
[py3] Fixed contrib.auth tests
Claude Paroz
2012-08-14
[py3] Fixed sitemaps tests.
Aymeric Augustin
2012-08-14
[py3] Fixed staticfiles tests
Claude Paroz
2012-08-14
There's no need to do `list(dict.keys())` list(dict)` is enough.
Alex Gaynor
2012-08-14
[py3] Fixed admin_views tests
Claude Paroz
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-08-14
Reverted pickle-json replacement form_hmac calculation
Claude Paroz
2012-08-13
[py3] Fixed contrib.formtools tests
Claude Paroz
2012-08-13
Replaced pickle by json in form_hmac calculation
Claude Paroz
2012-08-12
[py3] Fix encoding issues in contrib.sessions
Claude Paroz
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
[py3] Removed redundant __str__ methods.
Aymeric Augustin
2012-08-11
Fixed #18754 -- cache keys created by post_process
Karen Tracey
2012-08-11
[py3] Decoded base64-encoded hash in contrib.auth.hashers
Andrews Medina
2012-08-09
[py3k] use the base64 module, instead of bytes.encode('base64')
Alex Gaynor
2012-08-08
[py3] Fixed Python 3 compatibility in localflavor forms
Claude Paroz
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-08
[py3] Replaced __nonzero__ by __bool__
Claude Paroz
2012-08-08
[py3] Made gis.measure Python 3-compatible
Claude Paroz
2012-08-07
[py3] Minor fix in django.contrib.gis.
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-04
Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.
Justin Bronn
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-03
Removed some pre-1.3.0 postgis compatibility code
Claude Paroz
2012-08-03
Reorganized geoapp gis tests
Claude Paroz
2012-07-24
Fixed #18666 -- when upgrading a user's password to a new algorithm only save...
Alex Gaynor
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
[prev]
[next]