summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-11-10Fixed #7064: Made DemicmalField validation support max_digits equal to decima...Karen Tracey
2008-11-10Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks...Karen Tracey
2008-11-10Fixed #8910 -- Added force_unicode during admin log message creation to avoid...Karen Tracey
2008-11-10Fixed #9544 -- Updated Danish translation from Finn Gruwier Larsen.Malcolm Tredinnick
2008-11-10Added a couple of missed pieces from r9376. Refs #9542.Malcolm Tredinnick
2008-11-10Closes #9537, Updated Polish translation; Thanks Jarek Zgoda.Marc Fargas
2008-11-10New Thai translation from Kowito Charoenratchatabhan and Kadesarin Sanjek.Malcolm Tredinnick
2008-11-09Fixed #9514 -- Made admin change_form template correctly recognize/report whe...Karen Tracey
2008-11-08Fixed #5748 -- Made floatformat filter round properly on all platforms and ha...Karen Tracey
2008-11-06Updated German translation after r9363Jannis Leidel
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-11-06Fixed #9506 take 2 -- Marked the message properly for translation, in both pl...Karen Tracey
2008-11-06Fixed #9506 -- Marked error string for translation.Karen Tracey
2008-11-06Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...Russell Keith-Magee
2008-11-06Fixed #9526, Updated Arabic translation; Thanks Ossama M. Khayat.Marc Fargas
2008-11-06Fixed #9513, Updated Polish translation; Thanks Jarek Zgoda.Marc Fargas
2008-11-06Refs #9512, Updated French translation. Thanks David Larlet.Marc Fargas
2008-11-06Fixed #9419, Typo in Russian translation.Marc Fargas
2008-11-06Fixes #9511, Updated Hebrew translation.Marc Fargas
2008-11-06Updated Spanish and Catalan translations.Marc Fargas
2008-11-05Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this c...Karen Tracey
2008-11-05Fixed `resolve_columns` so that pagination works again on Oracle GeoQuerySets...Justin Bronn
2008-11-05Fixed #9364 -- now uses the appropriate database table for inherited `Geometr...Justin Bronn
2008-11-04Fixed #9418 -- When saving a model form, defer saving of file-type fields unt...Karen Tracey
2008-11-01Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...Brian Rosner
2008-11-01Removed unnecessary strings from German translationJannis Leidel
2008-11-01Updated German translationJannis Leidel
2008-10-31Consolidated contrib.admin styles by rolling layout.css and global.css direct...Wilson Miner
2008-10-31Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ...Wilson Miner
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS fro...Wilson Miner
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ca...Wilson Miner
2008-10-31Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner
2008-10-30Italian translation updateNicola Larosa
2008-10-28Fixed #9462 -- Set the instance in an inline formset correctly so that None d...Brian Rosner
2008-10-28Fixed #8966 -- Changed is_safe for length_is filter to False, since its retur...Karen Tracey
2008-10-28Fixed `MySQLGeoField` to create spatial indexes again.Justin Bronn
2008-10-26Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou...Justin Bronn
2008-10-26Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...Justin Bronn
2008-10-25Fixed `ogrinspect` management commannd -- no longer try to pass the global `v...Justin Bronn
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-24Fixed #9307 -- Added the ability to pickle the Query class used by the OracleMalcolm Tredinnick
2008-10-24Fixed #9339 -- Small update to the Simplified Chinese translation from lidaob...Malcolm Tredinnick
2008-10-24Fixed #9372 -- Updated Slovakian translation from Marian Andre.Malcolm Tredinnick
2008-10-24Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.Malcolm Tredinnick
2008-10-24Fixed #9406 -- Ensure that each database column is only represented once in theMalcolm Tredinnick
2008-10-24Fixed #9383 -- Don't open a network connection for sending email if there'sMalcolm Tredinnick
2008-10-24Fixed #9410 -- I did not spell Portuguese correctly 18 months ago. Fixed now.Malcolm Tredinnick
2008-10-22Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...Karen Tracey
2008-10-21Display non_field_errors of inline forms in the admin. This was a presentatio...Brian Rosner
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey