summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-12Fixed #14461 -- Look also in LOCALE_PATHS when checking if a language is supp...Jannis Leidel
2011-02-12Fixed #8536 -- Made sure the makemessages management command cleans up after ...Jannis Leidel
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel
2011-02-12Fixed #14941 -- Stop raising ValidationError in form fields that use the URLV...Jannis Leidel
2011-02-12Fixed #14132 -- Fixed feedgenerator to support years < 1900. Thanks, mk.Jannis Leidel
2011-02-12Fixed #12988 -- Extended regular expression of the URLValidator to fully supp...Jannis Leidel
2011-02-12Fixed whitespace errors in settings modules.Jannis Leidel
2011-02-12Fixed #14955 -- Made the URLValidator use a HEAD request when verifying a URL...Jannis Leidel
2011-02-12Fixed #13987 -- Ensure that the primary key is set correctly for all models t...Russell Keith-Magee
2011-02-12Fixed #13948 -- Corrected the direction of arrows on the admin changelist. Th...Russell Keith-Magee
2011-02-12Fixed #13833 -- Corrected the Indonesian localization. Thanks to rodin for th...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-12Changeset r15232 refactored transactions so that all transaction state is mai...Russell Keith-Magee
2011-02-12Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to lanyjie...Russell Keith-Magee
2011-02-10Fixed #15264 -- Ensured that legacy cache backends specified using the legacy...Russell Keith-Magee
2011-02-09Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and...Carl Meyer
2011-02-09Fixed a security issue in the file session backend. Disclosure and new relea...Alex Gaynor
2011-02-09Fixed a security issue in the CSRF component. Disclosure and new release for...Alex Gaynor
2011-02-08Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ...Russell Keith-Magee
2011-02-08Fixed #15116 -- Strip ordering clause from in_bulk() queries, since ordering ...Russell Keith-Magee
2011-02-08Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...Russell Keith-Magee
2011-02-08Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...Russell Keith-Magee
2011-02-08Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensiti...Russell Keith-Magee
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-06Fixed #15230 -- added some more attributes to the dummy database backend.Alex Gaynor
2011-02-06Fixed #14711 -- Corrected the calculation for the previous month in generic d...Russell Keith-Magee
2011-02-06Fixed #13674 -- Ensure that labels on added inlines fields have the right 'fo...Russell Keith-Magee
2011-02-06Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...Russell Keith-Magee
2011-02-06Fixed #15227 -- Updated Slovenian localization. Thanks to Gasper Zejn.Russell Keith-Magee
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-02-05Fixed #15226 - Made SelectDateWidget render the label tag associated with the...Ramiro Morales
2011-02-05Fixed #14984 -- Ensure that ClearableFileInput produces XHTML Strict output. ...Russell Keith-Magee
2011-02-05Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. ...Russell Keith-Magee
2011-02-05Fixed #14303 -- Ensure that the ids created for new inlines are unique after ...Russell Keith-Magee
2011-02-05Fixed #14830 -- Ensure that radio buttons on inlines preserve their default v...Russell Keith-Magee
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2011-02-04Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date input va...Ramiro Morales
2011-02-04Refs #14675 - Added import of url() function in project template urls.py, add...Carl Meyer
2011-02-04Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...Russell Keith-Magee
2011-02-04Fixed #15181 -- Ensure that special characters are escaped when querying for ...Russell Keith-Magee
2011-02-04Fixed #15016 -- Ensured that the messages tests are isolated from local templ...Russell Keith-Magee
2011-02-04Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so...Russell Keith-Magee
2011-02-04Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...Russell Keith-Magee
2011-02-03Fixed stability of data input/output L10N format modules priority order. Than...Ramiro Morales
2011-02-03We have always been at war with 'import *'.Carl Meyer
2011-02-02Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict...Alex Gaynor
2011-02-02Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...Ramiro Morales
2011-02-01Fixed a few test docstrings and removed an unused import in staticfiles.Carl Meyer
2011-02-01Preserve order of STATICFILES_DIRS locations in FileSystemFinder.Jannis Leidel