summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-06-07Fixed #2100 -- Made some remaining parts of the admin changelist translatable...Adrian Holovaty
2006-06-07Added section to docs/db-api.txt get_or_create() section about GET vs. POSTAdrian Holovaty
2006-06-07Fixed #2098 -- Loosened validation for model 'ordering' parameter by allowing...Adrian Holovaty
2006-06-07Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterableAdrian Holovaty
2006-06-07Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiroAdrian Holovaty
2006-06-07Added Manager.get_or_create()Adrian Holovaty
2006-06-06fixed #2089: added language bidirectional support and updated the admin to us...Georg Bauer
2006-06-06fixed #2090: fixed bad charset header in po fileGeorg Bauer
2006-06-06Backed out [3088] which was a premature commit with a message meant for anoth...Jacob Kaplan-Moss
2006-06-06BNW: Added modpython handler to autosettingsJacob Kaplan-Moss
2006-06-06Made template names in django.contrib.auth.views passable as template_name ar...Adrian Holovaty
2006-06-05Updated my URL in the FAQ doc.Wilson Miner
2006-06-05Added more visible borders to form buttons.Wilson Miner
2006-06-05Fixed stupid bug in [3802] Jacob Kaplan-Moss
2006-06-05Small refactoring of django.core.management to allow a custom argv to be pass...Jacob Kaplan-Moss
2006-06-05Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructuresAdrian Holovaty
2006-06-05Fixed #2084 -- Removed admin-site 'documentation / change password / log out'...Adrian Holovaty
2006-06-04Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankromAdrian Holovaty
2006-06-04Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Tha...Adrian Holovaty
2006-06-04Added django.contrib.humanize, a set of template tags for adding a 'human tou...Adrian Holovaty
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-06-03Changed 'transactions' model unit test NOT to be executed for MySQLAdrian Holovaty