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-18
Improved docs/install.txt to say you don't have to run 'setup.py install' if ...
Adrian Holovaty
2005-07-18
Fixed #57 -- Added some more helpful mod_python information to tutorial 2 -- ...
Adrian Holovaty
2005-07-18
Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai!
Adrian Holovaty
2005-07-18
Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot
Adrian Holovaty
2005-07-18
Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...
Adrian Holovaty
2005-07-18
Renamed django.core.handler.CoreHandler to ModPythonHandler, in preparation f...
Adrian Holovaty
2005-07-18
Rolled django.core.extensions.DjangoRequest into django.utils.httpwrappers.Mo...
Adrian Holovaty
2005-07-18
Removed legacy CMSContext and CMSRequest from django.core.extensions, because...
Adrian Holovaty
2005-07-18
Changed django.utils.httpwrappers.parse_file_upload() NOT to be coupled to mo...
Adrian Holovaty
2005-07-18
Folded django.core.handler.CoreHandler.get_request() into CoreHandler.call()
Adrian Holovaty
2005-07-18
Fixed #50 -- Fixed small bug in tutorial1 directory-listing example. Thanks, ...
Adrian Holovaty
2005-07-18
Fixed #53 -- Thanks, Dobbes!
Adrian Holovaty
2005-07-17
Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_...
Adrian Holovaty
2005-07-17
Changed core.db to give a friendlier error message if the DATABASE_ENGINE set...
Adrian Holovaty
2005-07-17
Factored out database-specific date_extract behavior into dbmod.get_date_extr...
Adrian Holovaty
2005-07-17
Changed models.auth.LogEntry.get_admin_url NOT to be hard-coded with an initi...
Adrian Holovaty
2005-07-17
Fixed #40 -- Removed legacy code from meta.py method_set_related_many_to_many...
Adrian Holovaty
2005-07-17
Fixed #42 -- OneToOneField now works with SQL generation
Adrian Holovaty
2005-07-17
Changed setup.py to include admin_templates. Thanks for the heads-up, Freewhe...
Adrian Holovaty
2005-07-17
Fixed img paths in css to point to img/admin
Wilson Miner
2005-07-17
Fixed path to icon_searchbox.png
Wilson Miner
2005-07-17
Moved admin images to correct path specified in views/admin/main.py
Wilson Miner
2005-07-17
Fixed inevitable ReST bugs in [150]
Adrian Holovaty
2005-07-17
Fixed inevitable ReST bugs in [149]
Adrian Holovaty
2005-07-17
Fixed inevitable ReST bugs in [148]
Adrian Holovaty
2005-07-17
Added notes to documentation that MySQL support has not been comprehensively ...
Adrian Holovaty
2005-07-17
Fixed #43
Wilson Miner
2005-07-17
Changed tutorial01 to clarify how to set an environment variable in Windows. ...
Adrian Holovaty
2005-07-17
Fixed typo in template docs -- Thanks, Nicholas Riley and Robin Munn!
Adrian Holovaty
2005-07-17
Linked tutorial 2 to the admin CSS guide
Adrian Holovaty
2005-07-17
Fixed mistake in tutorial01 -- it mentioned expiration date by mistake. Thank...
Adrian Holovaty
2005-07-17
Finished tutorial02 and added a link to it from tutorial01
Adrian Holovaty
2005-07-17
Tiny tweaks to tutorial02.txt
Adrian Holovaty
2005-07-17
Fixed small formatting errors in [139]
Adrian Holovaty
2005-07-17
Added 'Customize the admin change list' section to docs/tutorial02.txt
Adrian Holovaty
2005-07-17
Fixed the inevitable ReST bug in [137]
Adrian Holovaty
2005-07-17
Added 'Adding related objects' section to docs/tutorial02.txt
Adrian Holovaty
2005-07-17
Copy-edited model-API docs
Adrian Holovaty
2005-07-17
Added missing admin images (for real this time)
Wilson Miner
2005-07-17
Improved tutorial02 to discuss login errors, linking to the FAQ
Adrian Holovaty
2005-07-17
Added an example to one of the FAQ answers from [132]
Adrian Holovaty
2005-07-17
Added two admin login-related questions to the FAQ
Adrian Holovaty
2005-07-17
Changed FAQ 'Who's behind this' to give our locations
Adrian Holovaty
2005-07-17
Fixed ReST errors in docs/tutorial02.txt
Adrian Holovaty
2005-07-17
Added first part of docs/tutorial02.txt
Adrian Holovaty
2005-07-16
Changed generic admin changelist to order by ID if no other ordering is speci...
Adrian Holovaty
2005-07-16
More installation streamlining/automation: Added adminapplist templatetag lib...
Adrian Holovaty
2005-07-16
Added help_text to auth.User.password_md5
Adrian Holovaty
2005-07-16
Removed an unneeded line of code in django/templatetags/adminmedia.py
Adrian Holovaty
2005-07-16
More installation streamlining: Added default urlconfs, for both main and adm...
Adrian Holovaty
[next]