summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-19Fixed #1856 -- install content-type entries and auth permissions forMalcolm Tredinnick
2006-06-19Refs #1834 -- Documented include_admin_script tag in admin interface. Thanks toMalcolm Tredinnick
2006-06-19Fixed #1756 -- Permit selecting no file in a FilePathField with blank = True.Malcolm Tredinnick
2006-06-19Fixed #1683 -- Permit initialising models using settable properties as well asMalcolm Tredinnick
2006-06-19Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.Malcolm Tredinnick
2006-06-19Fixed #1473 -- Added support for categories back into syndication feedsMalcolm Tredinnick
2006-06-19Fixed #1088 - Correctly detect when a float with too many digits before theMalcolm Tredinnick
2006-06-18Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.netAdrian Holovaty
2006-06-18Fixed #2186 -- Fixed i18n variable substitution in admin/templates/registrati...Adrian Holovaty
2006-06-18Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. T...Adrian Holovaty
2006-06-18Fixed #2181 -- allow '{' and '}' to be escaped via {% templatetag ... %}.Malcolm Tredinnick
2006-06-17Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model'sMalcolm Tredinnick
2006-06-16Added AllValuesFilterSpec to admin changelist filters, which lets you put any...Adrian Holovaty
2006-06-16Fixed typo in docstring in db/transaction.pyAdrian Holovaty
2006-06-16Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss
2006-06-16Test harness actually now installs contrib apps so they can be used in tests.Jacob Kaplan-Moss
2006-06-16Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands toMalcolm Tredinnick
2006-06-15Fixed the detection of when a custom manager is required because an 'objects'Malcolm Tredinnick
2006-06-15Fixed #2164 -- Create correct SQL when pk column name is not the same as theMalcolm Tredinnick
2006-06-14Fixed #2152 -- Now HTML-escaping user.first_name in admin/base.html templateAdrian Holovaty
2006-06-14Fixed 1378 -- Added svn:ignore for .pyc files in django/conf/urls/.Malcolm Tredinnick
2006-06-14Fixed #2153 -- display debugging template even if no stack frame is found.Malcolm Tredinnick
2006-06-14Fixed #2141 -- corrected indentation problems in a couple of the code fragments.Malcolm Tredinnick
2006-06-14Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntaxMalcolm Tredinnick
2006-06-13Fixed #2148 -- Now escaping ForeignKey fields correctly in Django admin chang...Adrian Holovaty
2006-06-13Fixed #2147: file uploads within the update_object generic view now works. T...Jacob Kaplan-Moss
2006-06-12Fixed #2139 -- Changed Redirect repr to strAdrian Holovaty
2006-06-12fixed #2128: updated BiDi supportGeorg Bauer
2006-06-12fixed #2113: fixed 'pl' translation of date formatsGeorg Bauer
2006-06-12fixed #2018: updated 'sk' translationGeorg Bauer
2006-06-12Fixed the empty model saving case so that it retrieves the primary key id. AlsoMalcolm Tredinnick
2006-06-11Fixed #2127 -- Made datetime filters fail silently when passed empty strings orMalcolm Tredinnick
2006-06-08Tests to avoid regressions for ticket #2108. See also r3115.Malcolm Tredinnick
2006-06-08Fixed #2108 -- allow saving of empty models, rather than just dropping them.Malcolm Tredinnick
2006-06-08Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiroAdrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-08Added django.template.Token.split_contents() and used it to add support for s...Adrian Holovaty
2006-06-08Changed django.utils.text.smart_split to return strings, not tuplesAdrian Holovaty
2006-06-08Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thank...Adrian Holovaty
2006-06-08Solved the POST-data-lost-after-redirect problem by raising RuntimeError when...Adrian Holovaty
2006-06-08Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of...Adrian Holovaty
2006-06-08Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.comAdrian Holovaty
2006-06-08Added 'Is Django a content-management-system?' to the faqAdrian Holovaty
2006-06-08Fixed #2108 -- do not try to save an empty model.Malcolm Tredinnick
2006-06-07Fix test output as a result of the change in r3094.Malcolm Tredinnick
2006-06-07Added ckknight to AUTHORSAdrian Holovaty
2006-06-07Added django.utils.text.smart_split. Thanks, ckknightAdrian Holovaty
2006-06-07Fixed #1503 -- Improved model validator to throw an error if a model doesn't ...Adrian Holovaty
2006-06-07Removed legacy deprecated_args check from django.core.managementAdrian Holovaty
2006-06-07Small improvement to django.template.resolve_variable -- isdigit() instead of...Adrian Holovaty