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
Age
Commit message (
Expand
)
Author
2005-07-21
Fixed #114 -- Changed uses of deprecated 'whrandom' module to 'random'
Adrian Holovaty
2005-07-21
Added 'django-admin createsuperuser' and updated tutorial to use it instead o...
Adrian Holovaty
2005-07-21
Added 'Serving media files' to docs/modpython.txt
Adrian Holovaty
2005-07-21
Filled in INSTALL and README files
Adrian Holovaty
2005-07-21
Fixed #103 -- Changed docs/install.txt to note there is no official version yet
Adrian Holovaty
2005-07-20
Added optional rel_name parameter to ManyToManyField, which makes it possible...
Adrian Holovaty
2005-07-20
Small code cleanup -- changed django.core.management.get_sql_delete to use ge...
Adrian Holovaty
2005-07-20
Fixed #123 -- thanks jay!
Jacob Kaplan-Moss
2005-07-20
Added note about ForeignKey("self"); fixes #100
Jacob Kaplan-Moss
2005-07-20
Added clarification about 'django-admin.py sqlclear' to docs/tutorial01
Adrian Holovaty
2005-07-20
Fixed small bug in print_error() calls in django-admin
Adrian Holovaty
2005-07-20
Fixed small problem in [250]
Jacob Kaplan-Moss
2005-07-20
Added "philosophy" sections to tutorials so they can be styled differently
Jacob Kaplan-Moss
2005-07-20
Added '--settings' option to django-admin. This specifies which settings modu...
Adrian Holovaty
2005-07-20
Argh: fixed another bug in [244]
Jacob Kaplan-Moss
2005-07-20
Fixed really dumb bug in [244]
Jacob Kaplan-Moss
2005-07-20
Added "reversed" option to get_comment_list templatetag to return comments in...
Jacob Kaplan-Moss
2005-07-20
Fixed #97 -- Refactored django-admin.py so that it only contains command-line...
Adrian Holovaty
2005-07-20
Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the b...
Adrian Holovaty
2005-07-20
'django-admin runserver' now displays the settings module you're using when i...
Adrian Holovaty
2005-07-20
Cleaned up code in django.conf.settings to move DJANGO_SETTINGS_MODULE into a...
Adrian Holovaty
2005-07-20
Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Als...
Adrian Holovaty
2005-07-20
Added 'How can I customize the functionality of the admin interface?' to FAQ
Adrian Holovaty
2005-07-20
Fixed typos and tightened up docs/url_dispatch.txt
Adrian Holovaty
2005-07-20
Changed models.auth.Session.get_session_from_cookie to raise SessionDoesNotEx...
Adrian Holovaty
2005-07-20
Changed django.views.defaults to use template.Context instead of core.extensi...
Adrian Holovaty
2005-07-20
Made ModPythonHandler.get_response() tolerant of repr(request) that has an ex...
Adrian Holovaty
2005-07-20
Added missing import to [230]
Adrian Holovaty
2005-07-20
Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are sh...
Adrian Holovaty
2005-07-19
Fixed #59 -- Changed hard-coded references to password_change and logout in a...
Adrian Holovaty
2005-07-19
Fixed #84 -- CREATE TABLE foreign keys now work in MySQL
Adrian Holovaty
2005-07-19
Fixed inevitable ReST bug in [224]
Adrian Holovaty
2005-07-19
Added better description of SlugField
Adrian Holovaty
2005-07-19
Changed docs/cache to add docs for site-wide caching, via the cache middleware
Adrian Holovaty
2005-07-19
Added 'Running a development server with mod_python' to docs/modpython.txt
Adrian Holovaty
2005-07-19
Added note about 'PythonDebug Off' to docs/modpython.txt
Adrian Holovaty
2005-07-19
Added some more to docs/modpython.txt
Adrian Holovaty
2005-07-19
Removed redundant word from docs/modpython.txt
Adrian Holovaty
2005-07-19
Added note to tutorial02 on how to stop the development server on Unix vs. Wi...
Adrian Holovaty
2005-07-19
Added 'How can I see the raw SQL queries Django is running?' to the FAQ
Adrian Holovaty
2005-07-19
Added 'How to use Django with mod_python' -- docs/modpython.txt
Adrian Holovaty
2005-07-19
Fixed the annoying login error that happens in some cases when REGISTRATION_C...
Adrian Holovaty
2005-07-19
Improved error message when DATABASE_ENGINE is invalid. It now displays a lis...
Adrian Holovaty
2005-07-19
Fixed bug in example exception in tutorial03 -- thanks, Amit Upadhyay
Adrian Holovaty
2005-07-19
Fixed #88 -- settings are now forgiving of single-element INSTALLED_APPS and ...
Adrian Holovaty
2005-07-19
Fixed #67 -- Human-readable name is now optional in model fields. If a second...
Adrian Holovaty
2005-07-19
Fixed ReST formatting bug in db-api.txt
Adrian Holovaty
2005-07-19
Added screenshots to admin css docs
Wilson Miner
2005-07-19
Fixed error in instructions for form labels.
Wilson Miner
2005-07-19
Quick bugfix to [207] -- MySQL doesn't have ILIKE
Adrian Holovaty
[next]