summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-23Added 'How do I automatically set a field's value to the user who last edited...Adrian Holovaty
2006-01-23Added 'How can I download the Django documentation to read it offline?' to do...Adrian Holovaty
2006-01-23Removed example.com from default admin templates. One less thing to change in...Wilson Miner
2006-01-21Added 'Custom libraries and template inheritance' section to docs/templates.txtAdrian Holovaty
2006-01-20Added link to washingtonpost.com from docs/faq.txtAdrian Holovaty
2006-01-20Added note to docs/templates_python.txt about TEMPLATE_DIRS containing any pa...Adrian Holovaty
2006-01-20Added section to docs/db-api.txt about ordering by fields in other tablesAdrian Holovaty
2006-01-19Removed commented-out decorator syntax in admin template tags. It was looking...Adrian Holovaty
2006-01-19Made small simplification to admin_modify template tag logicAdrian Holovaty
2006-01-19Small style cleanups to the recent changes in docs/i18n.txtAdrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty
2006-01-19Changed unique-messages.py, compile-messages.py and make-messages.py to use '...Adrian Holovaty
2006-01-18Fixed typo in URL in docs/templates_python.txt. Thanks, Luke Skibinski HoltAdrian Holovaty
2006-01-18added a note on what to do when app developers want to provide translations f...Georg Bauer
2006-01-17Fixed spaceless template-tag tests in trunk (from magic-removal [2030])Adrian Holovaty
2006-01-17Improved doctests to normalize long integers in compared outputAdrian Holovaty
2006-01-16Fixed bug in spaceless template-tag documentation. Thanks, EsajAdrian Holovaty
2006-01-16Fixed #1231 -- Added documentation for {% spaceless %} tag to the auto-genera...Adrian Holovaty
2006-01-16Fixed #1234 -- Fixed admin problem with login status getting out of sync with...Adrian Holovaty
2006-01-16Added missing 'staff_member_required' decorator to change_stage() admin viewAdrian Holovaty
2006-01-15Added 'Comparing objects' section to docs/db-api.txtAdrian Holovaty
2006-01-15fixed #1228 - updated 'sr' translationGeorg Bauer
2006-01-15fixed #1226 - updated 'sk' translationGeorg Bauer
2006-01-15Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S...Adrian Holovaty
2006-01-15Fixed #920 -- Fixed patch_response_headers() behavior when content is Unicode...Adrian Holovaty
2006-01-15Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_E...Adrian Holovaty
2006-01-15Fixed #1064 -- Fixed bug in set_many_to_many() for ManyToManyField pointing a...Adrian Holovaty
2006-01-15Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa...Adrian Holovaty
2006-01-15Fixed #1196 -- Admin deletion step no longer assumes related objects have pri...Adrian Holovaty
2006-01-15Fixed #1062 -- Fixed database typecasting bug for DateTimeFields in SQLite. T...Adrian Holovaty
2006-01-15Fixed #1165 -- Fixed bug in generated CREATE TABLE statements where a primary...Adrian Holovaty
2006-01-15Fixed #1227 -- Fixed problem with new {% spaceless %} tag. It now normalizes ...Adrian Holovaty
2006-01-15Fixed #1067 and #276 -- Added a {% spaceless %} tag, available in all templatesAdrian Holovaty
2006-01-15Fixed #1218 -- Improved model validator to complain for non True/False values...Adrian Holovaty
2006-01-15Fixed #1176 -- Changed {% comment %} template tag not to generate a nodelist,...Adrian Holovaty
2006-01-15Fixed #1225 -- Added note to docs/tutorial01.txt that notes 2005 may not be c...Adrian Holovaty
2006-01-15Fixed #1200 -- Admin no longer assumes white default background color. Thanks...Adrian Holovaty
2006-01-13fixed #1221 - changed usage of wrong settings variable DEFAULT_ENCODING to th...Georg Bauer
2006-01-13Updated docs/tutorial02.txt to include extra sentence about remembering the '...Adrian Holovaty
2006-01-13Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paoloAdrian Holovaty
2006-01-13fixes #1183 - updated 'ja' translationGeorg Bauer
2006-01-13fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE...Georg Bauer
2006-01-12updated translation strings and added dutch to LANGUAGESGeorg Bauer
2006-01-12Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also adde...Adrian Holovaty
2006-01-12Fixed #1206 -- fixed a small typo in docs/generic_views.txt (thanks, Matt)Jacob Kaplan-Moss
2006-01-12Added a link to admin docs in the userlinks block in admin templates.Wilson Miner
2006-01-12Changed answer to 'Do you have any of those nifty screencast things?' in docs...Adrian Holovaty
2006-01-12Fixed billion vs. million bug in docs/model-api.txt. Thanks, ArminAdrian Holovaty
2006-01-12Added ROOT_URLCONF to docs/settings.txt. Thanks, poelziAdrian Holovaty
2006-01-12Removed 'Subclassing Context: Custom subclasses' from docs/templates_python.t...Adrian Holovaty