Commit graph

10 commits

Author SHA1 Message Date
Ole Laursen b78109ff34 Fix bug in Django admin login redirect
- Legacy-Id: 7096
2014-01-10 13:19:23 +00:00
Ole Laursen b54f3d05cd Redo non-obsoleted patches to Django - hiding password change in admin, username max_length, JSON serialization of timedelta and debug hack to DoesNotExist so .get() shows the kwargs
- Legacy-Id: 6873
2013-12-11 14:32:13 +00:00
Ole Laursen 1654988abc Replace patched Django 1.2.7 with Django 1.6
- Legacy-Id: 6871
2013-12-11 13:59:17 +00:00
Henrik Levkowetz 6eb2e7c78f Avoid complications from trying to save user login time when running with readonly access to the database.
- Legacy-Id: 4160
2012-03-22 13:40:38 +00:00
Henrik Levkowetz 56b8f3e738 Update forms and helptexts associated with user.username admin to consistently show our tweaked length of 64 characters.
- Legacy-Id: 4156
2012-03-21 14:26:06 +00:00
Ole Laursen 498dc38507 Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3
- Legacy-Id: 3773
2011-12-15 14:13:54 +00:00
Ole Laursen 5a4c23ea92 Merge with trunk
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Henrik Levkowetz 8c3b7def5b Change the length of the username field from 30 to 64 characters.
- Legacy-Id: 3444
2011-10-12 15:42:51 +00:00
Ole Laursen c2dd48ff35 Fix a bug in admin that messes up column headers if
TEMPLATE_STRING_IF_INVALID is turned on (see
https://code.djangoproject.com/ticket/12136 and
http://groups.google.com/group/django-developers/browse_thread/thread/a93f09c46f15d20d)
 - Legacy-Id: 3382
2011-08-26 16:54:01 +00:00
Henrik Levkowetz 266b7820d0 Merged from log:branch/2.00@2363: Current release branch head to trunk.
- Legacy-Id: 2365
2010-07-21 12:48:05 +00:00