summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-09-03Bump version number for Django 1.0 release1.0James Bennett
2008-09-03Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.Malcolm Tredinnick
2008-09-03Fixed #8841 -- Fixed a case of ForeignKeys to models constructed withMalcolm Tredinnick
2008-09-03Fixed #8856 -- Updated Latvian translation from Edgars Jēkabsons.Malcolm Tredinnick
2008-09-03updated croatian (hr) translationAljosa Mohorovic
2008-09-03Fixed a small initialisation edge-case in the raw_id_fields section of admin.Malcolm Tredinnick
2008-09-03Fixed #5900 -- Updated Traditional Chinese translation from Terry Huang .Malcolm Tredinnick
2008-09-03Fixed #8832 -- Position the error icons on the right of the screen in the adminMalcolm Tredinnick
2008-09-03Fixed #8844 -- Russian translation update from Grigory Fateyev.Malcolm Tredinnick
2008-09-03Fixed #8614 -- Typo fix.Malcolm Tredinnick
2008-09-03Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract baseMalcolm Tredinnick
2008-09-03Closes #8842 - Updated German translation, thanks Florian Sening.Jannis Leidel
2008-09-03Changed the reverse() call for creating URLs to convert a "." in the reg-expMalcolm Tredinnick
2008-09-03Closes #8836, Updated Slovenian translation. Thanks Gasper Zejn.Marc Fargas
2008-09-03Close #8815. Updated Arabic translation (again)Marc Fargas
2008-09-03Closes #8837. Updated Finnish translation. Thanks Ville Säävuori.Marc Fargas
2008-09-03Closes #8836, Updated Slovenian translation. Thanks Gasper Zejn.Marc Fargas
2008-09-03Closes #8834, Updated Macedonian translation. Thanks Georgi Stanojevski.Marc Fargas
2008-09-03Closes #8815, Fix date/time formats for Arabic. Thanks Ossama M. Khayat.Marc Fargas
2008-09-03Closes #8840, Updated Norwegian translation; Thanks jonklo.Marc Fargas
2008-09-03Italian translation updated: string flow.Nicola Larosa
2008-09-03Updated German translation. Thanks to everyone in #django-de.Jannis Leidel
2008-09-03Closes #8831, Updated Turkish translation, thanks Metin Amiroff.Marc Fargas
2008-09-03Fixed #8815 -- Arabic translation update from okhayat.Marc Fargas
2008-09-03Updated Estonian translation. Thanks Erik Allik.Marc Fargas
2008-09-03Fixed #8828 -- Trimmed some trailing whitespace that might have been causing aMalcolm Tredinnick
2008-09-03Fixed #8830 -- Updated the recently changed string for the Polish translation.Malcolm Tredinnick
2008-09-03Fixed #8825 -- Fixed a small error model field setup (on the model class) fromMalcolm Tredinnick
2008-09-03Updated the English language PO files to match the strings in the final release.Malcolm Tredinnick
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-03Fixed #8824 -- Updated the single changed string in the Catalan translation.Malcolm Tredinnick
2008-09-03Fixed #8821 -- Spanish translation update (just the changed string from theMalcolm Tredinnick
2008-09-03Fixed #8827 -- Hebrew translation update from Alex Gaynor.Malcolm Tredinnick
2008-09-03Fixed #8796 -- Another small Brazilian Portugese update. Thanks, Luciano Rama...Malcolm Tredinnick
2008-09-03Fixed #8819 -- Don't include two copies of extra-select columns in the query.Malcolm Tredinnick
2008-09-03Fixed #8818 -- Updated changed string in German translation. Thanks, MichaelMalcolm Tredinnick
2008-09-03Fixed #8796 -- Updated Portugese Brazilian translation from Guilherme M. Gondim.Malcolm Tredinnick
2008-09-03Fixed #8661 -- Updated French translation from David Larlet.Malcolm Tredinnick
2008-09-03Fixed #8176 -- Updated Japanese translation from Takashi Matsuo.Malcolm Tredinnick
2008-09-03Fixed #8815 -- Arabic translation update from okhayat.Malcolm Tredinnick
2008-09-03Fixed #8820 -- Dutch tranlation update from arien.Malcolm Tredinnick
2008-09-03Updated Swedish translations.Ludvig Ericson
2008-09-03Updated literal changed in [8877] in Argentinean spanish translation.Ramiro Morales
2008-09-03Bumped version to rc1.Jacob Kaplan-Moss
2008-09-03Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-02Fixed #8788: fixed a few typoes in [8805]. Thanks, Matthew Flanagan and mir.Jacob Kaplan-Moss
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-09-02Fixed #8805 -- Make sure proper type coercion happens before dumping data int...Brian Rosner
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner