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
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
2005-07-16
Temporarily commented-out the link to 'forgotten your password?' on the defau...
Adrian Holovaty
2005-07-16
Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...
Adrian Holovaty
2005-07-16
Fixed formatting in admin css docs
Wilson Miner
2005-07-16
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
Adrian Holovaty
2005-07-16
One more extra image.
Wilson Miner
2005-07-16
Removed unneeded images
Wilson Miner
2005-07-16
Added missing images, updated copyright on stylesheets
Wilson Miner
2005-07-16
Changed delete_stage admin view to run strip_tags on repr() of object to be d...
Adrian Holovaty
[next]