summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-01Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin...Adrian Holovaty
2005-09-01Added clarification to [594]Adrian Holovaty
2005-09-01Added 'If I make changes to a model, how do I update the database?' to the FAQAdrian Holovaty
2005-09-01Fixed inevitable ReST bugs in [592]Adrian Holovaty
2005-09-01Added docs/request_response.txtAdrian Holovaty
2005-09-01Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst...Adrian Holovaty
2005-09-01Fixed bug in contrib comment_form template tag when hard-coded object IDs are...Adrian Holovaty
2005-09-01Fixed #446 -- Fixed bug in yesno template filter. Thanks, HugoAdrian Holovaty
2005-09-01Updated template docs to reflect [587]Adrian Holovaty
2005-09-01Fixed #365 -- Changed template.resolve_variable to resolve hard-coded strings...Adrian Holovaty
2005-09-01Added clarifying note to docs/model-api.txtAdrian Holovaty
2005-08-31Reordered stuff in docs/middleware.txt and added some small clarificationsAdrian Holovaty
2005-08-31Added docs/middleware.txtAdrian Holovaty
2005-08-31Changed docs/cache.txt to remove db cache, because it's not done yet.Adrian Holovaty
2005-08-31Fixed #385 -- Fixed bug in yesno template filter. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-08-31Fixed #403 -- Fixed bug in floatformat template filter. Thanks, neshAdrian Holovaty
2005-08-31Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Than...Adrian Holovaty
2005-08-31Fixed #413 -- get_file_url() for FileFields now uses proper slashes on Window...Adrian Holovaty
2005-08-30Refactored comment templatetags to remove redundant 'tag_name' parameter. Als...Adrian Holovaty
2005-08-30Fixed display bug in admin when deleting an object that has a OneToOneFieldAdrian Holovaty
2005-08-29Updated docs/templates.txt to add {% ifequal %}Adrian Holovaty
2005-08-29Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks,...Adrian Holovaty
2005-08-29Fixed #256 and #334 -- Added {% ifequal %} template tag. Also, {% ifequal %} ...Adrian Holovaty
2005-08-29Fixed small typo in docs/tutorial01.txt -- thanks, pb@e-scribe.comAdrian Holovaty
2005-08-29Fixed small bug in manipulator handling of one-to-one-related foreign keysAdrian Holovaty
2005-08-29Fixed bug in metasystem manipulator_validator_unique_for_date(), related to [...Adrian Holovaty
2005-08-29Fixed bug in metasystem method_get_next_in_order and method_get_previous_in_o...Adrian Holovaty
2005-08-26Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhansAdrian Holovaty
2005-08-26Fixed typo in docs/model-api.txtAdrian Holovaty
2005-08-26Final ReST bugfix to docs/model-api.txtAdrian Holovaty
2005-08-26Fixed ReST bug in docs/model-api.txt -- I thinkAdrian Holovaty
2005-08-26Fixed bug in docs/model-api.txtAdrian Holovaty
2005-08-26Added 'Using models', 'Models across files' and 'Models in multiple files' se...Adrian Holovaty
2005-08-26Fixed another stupid ReST bugs in [560]Adrian Holovaty
2005-08-26Fixed the inevitable ReST bugs in [560]Adrian Holovaty
2005-08-26Fixed the inevitable ReST bugs in [560]Adrian Holovaty
2005-08-26Beefed up docs/model-api.txt -- added a significant amount of documentation, ...Adrian Holovaty
2005-08-26Tiny change to docstring in many_to_one_null model unit testAdrian Holovaty
2005-08-26Removed 'this isn't yet supported' message from custom_pk unit test docstring...Adrian Holovaty
2005-08-26Fixed ReST bug in docs/model-api.txtAdrian Holovaty
2005-08-26Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, JeremyAdrian Holovaty
2005-08-26Changed django-admin.py inspectdb to output new-style model syntaxAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-25Changed 'coding error' and 'database error' e-mails to include request.path i...Adrian Holovaty
2005-08-23Fixed a small bug in admin changelist view -- the code that handles ordering byJacob Kaplan-Moss
2005-08-23Fixed #406 -- Fixed small typo in docs/forms.txt. Thanks, Tom HaddonAdrian Holovaty
2005-08-22Changed SessionMiddleware to use process_request instead of process_view -- t...Adrian Holovaty
2005-08-21Fixed #380 -- Clarified tutorial 1. Thanks, ssteinerAdrian Holovaty
2005-08-21Fixed #381 -- Clarified tutorial 1. Thanks, ssteinerAdrian Holovaty
2005-08-21Fixed #383 -- Clarified tutorial 2. Thanks, ssteinerAdrian Holovaty