summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-17Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran HollandAdrian Holovaty
2006-02-17Fixed #1357 and #614 -- <select> formfields now escape valuesAdrian Holovaty
2006-02-17Fixed #1295 -- Fixed typo in generic views docs. Thanks, MattAdrian Holovaty
2006-02-17Fixed #1365 -- Improved docs/templates.txt to note location of admin document...Adrian Holovaty
2006-02-16Fixed typo in [2311]Adrian Holovaty
2006-02-16Beefed up 'If you get a segmentation fault' section in docs/modpython.txtAdrian Holovaty
2006-02-16Added 'If you get a segmentation fault' to docs/modpython.txtAdrian Holovaty
2006-02-13Added better docs for 'phone2numeric' template filterAdrian Holovaty
2006-02-10Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric WalstadAdrian Holovaty
2006-02-10Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N...Adrian Holovaty
2006-02-10Improved url_re in django.core.validators to accept https. Thanks, Eric HsuAdrian Holovaty
2006-02-10Fixed ReST error in [2297]Adrian Holovaty
2006-02-10Added 'How to log a user in' section to docs/authetication.txtAdrian Holovaty
2006-02-09Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s...Adrian Holovaty
2006-02-06fixed #1333 - updated 'ja' translationsGeorg Bauer
2006-02-04Improved 'inspectdb' handling of Python keywords from [2271] to use the 'keyw...Adrian Holovaty
2006-02-04Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as field ...Adrian Holovaty
2006-02-03Made small clarification to docs/faq.txtAdrian Holovaty
2006-02-03Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.Adrian Holovaty
2006-02-02Fixed #1318 -- Made changes to docs/admin_css.txtAdrian Holovaty
2006-02-02Fixed positioning of ordering widget with liquid page widths.Wilson Miner
2006-02-02Removed use of deprecated template_loader from [2230]Adrian Holovaty
2006-02-02fixed #1317 - updated 'sk' translationGeorg Bauer
2006-02-02fixed #1287 - comment forms are now translateable and overrideableGeorg Bauer
2006-02-02Clarified wording in docs/faq.txt. Thanks, Mike ColemanAdrian Holovaty
2006-02-02Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.comAdrian Holovaty
2006-02-02Fixed #1292 -- Fixed potential circular-import problem in template loader. Th...Adrian Holovaty
2006-02-02Fixed #1311 -- manage.py sqlclear no longer assumes database connection is av...Adrian Holovaty
2006-01-31Added 'Does Django support multiple-column primary keys?' to FAQAdrian Holovaty
2006-01-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
2006-01-30Added 'When will you release Django 1.0?' to FAQAdrian Holovaty
2006-01-30Made small improvement to function_get_date_listAdrian Holovaty
2006-01-27fixed #1269: new and updated 'pt_BR' translationsGeorg Bauer
2006-01-27Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom TobinAdrian Holovaty
2006-01-27Fixed #1070 -- Improved date validation to limit it to dates 1900 and up.Adrian Holovaty
2006-01-27Fixed #1271 -- Added a 'request' template context processor, which is not act...Adrian Holovaty
2006-01-27Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.Adrian Holovaty
2006-01-27Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...Adrian Holovaty
2006-01-24Added 'My admin-site CSS and images showed up fine using the development serv...Adrian Holovaty
2006-01-24Fixed typo in docs/email.txt. Thanks, ArchatasAdrian Holovaty
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