This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
contrib
History
Adrian Holovaty
fd5d923c6b
Fixed
#61
-- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@3520
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-04 04:18:12 +00:00
..
admin
Fixed
#61
-- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment.
2006-08-04 04:18:12 +00:00
auth
Fixed
#61
-- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment.
2006-08-04 04:18:12 +00:00
comments
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
2006-07-21 20:48:17 +00:00
contenttypes
Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.get_for_model() to use get_or_create()
2006-06-20 04:47:07 +00:00
csrf
Fixed CsrfMiddleware post processing so that it in the presence of multiple
2006-05-11 22:32:47 +00:00
flatpages
Fixed
#2332
-- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
2006-07-19 02:09:26 +00:00
humanize
Fixed
#1684
-- Added apnumber template filter in django.contrib.humanize. Thanks, ubernostrum
2006-06-04 01:03:48 +00:00
markup
restructuredtext filter now passes settings from {{{RESTRUCTUREDTEXT_FILTER_SETTINGS}}} into docutils. See
http://docutils.sourceforge.net/docs/user/config.html#html4css1-writer
for what these settings are.
2006-06-30 20:19:05 +00:00
redirects
Fixed
#2139
-- Changed Redirect repr to str
2006-06-12 16:20:05 +00:00
sessions
Fixed formatting of comments.
2006-07-20 03:32:24 +00:00
sites
Fixed
#1985
-- Got CurrentSiteManager working
2006-05-26 16:30:42 +00:00
syndication
Fixed
#1961
-- Made feed_url dynamic in syndication framework
2006-07-21 15:57:50 +00:00
__init__.py
Created django.contrib and moved comments into it
2005-07-14 18:20:03 +00:00