summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2012-08-25Added 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-19Fixed #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-17Made createsuperuser more robust when getting current OS username.Ramiro Morales
2012-08-15Removed unneeded smart_bytes import which was introduced in f2fff84bc.Florian Apolloner
2012-08-15[py3] fixed session file backend.Florian Apolloner
2012-08-15Ensured 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 onlyAnssi Kääriäinen
2012-08-15[py3] Fixed test_client_regress testsClaude Paroz
2012-08-15Fixed syndication under python3.Alex Gaynor
2012-08-15Final 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 testsClaude Paroz
2012-08-14[py3] Fixed sitemaps tests.Aymeric Augustin
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-14There's no need to do `list(dict.keys())` list(dict)` is enough.Alex Gaynor
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Compared response.content with bytes.Aymeric Augustin
2012-08-14Reverted pickle-json replacement form_hmac calculationClaude Paroz
2012-08-13[py3] Fixed contrib.formtools testsClaude Paroz
2012-08-13Replaced pickle by json in form_hmac calculationClaude Paroz
2012-08-12[py3] Fix encoding issues in contrib.sessionsClaude Paroz
2012-08-12[py3] Made __repr__ return str with Python 3Claude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-08-11Fixed #18754 -- cache keys created by post_processKaren Tracey
2012-08-11[py3] Decoded base64-encoded hash in contrib.auth.hashersAndrews 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 formsClaude Paroz
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-08[py3] Fixed 'iterable but non string' detectionClaude Paroz
2012-08-08remove a bunch of unnescesarry iterkeys() callsAlex Gaynor
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-08[py3] Made gis.measure Python 3-compatibleClaude 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-04Fixed testing on SpatiaLite 2.4, which has support for `InitSpatialMetaData`.Justin Bronn
2012-08-04Fixed #7833 -- Improved UserCreationForm password validationClaude Paroz
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
2012-08-03Removed some pre-1.3.0 postgis compatibility codeClaude Paroz
2012-08-03Reorganized geoapp gis testsClaude Paroz
2012-07-24Fixed #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