summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-12-23[1.2.X] Bump to 1.2.4 for security release.1.2.4James Bennett
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-23Fix a security issue in the admin. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21[1.2.X] Fixed #10420 -- GeoDjango tests are run as part of Django tests when ...Justin Bronn
2010-12-21[1.2.X] Fixed #14301 -- Further refine changes made in r14217 to support non-...Jannis Leidel
2010-12-21[1.2.X] Fixed #4976 -- Stopped humanize template tags to raise a TypeError if...Jannis Leidel
2010-12-21[1.2.X] Fixed #13782 -- Added CSS for errors in textareas and multiple fields...Jannis Leidel
2010-12-21[1.2.X] Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_sele...Jannis Leidel
2010-12-18[1.2.X] Fixed #14871, #14872 -- ZAIDField didn't handle alll EMPTY_VALUES cor...Alex Gaynor
2010-12-18[1.2.X] Fixed #14864, #14864 -- ROCIFField didn't accept values starting with...Alex Gaynor
2010-12-18[1.2.X] Fixed #14860 -- PLPESELField, PLNIPField, and PLREGONField didn't han...Alex Gaynor
2010-12-18[1.2.X] Fixed #14859 -- ITSocialSecurityNumberField and ITVatNumberField didn...Alex Gaynor
2010-12-13[1.2.X] Fixed #13726 -- Further refine changes made in r12384 and r13069 for ...Jannis Leidel
2010-12-13[1.2.X] Fixed #12735 and #14892 -- Fixed support for the latest IPython (deve...Jannis Leidel
2010-12-13[1.2.X] Fixed #14446 -- Prevented the password reset confirmation view to be ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same ...Jannis Leidel
2010-12-13[1.2.X] Fixed #14144 -- Made sure custom validators are called in ModelMultip...Jannis Leidel
2010-12-13[1.2.X] Fixed #14805 -- Capitalize "Google" in sitemaps docs. Thanks, Adam.Jannis Leidel
2010-12-13[1.2.X] Fixed #13856 -- Float admin's top links on the right for RTL languages.Jannis Leidel
2010-12-13[1.2.X] Fixed #12955 -- Use the size attribute of the file instead of len() t...Jannis Leidel
2010-12-13[1.2.X] Fixed #11990 -- Show the correct URLconf in the technical 404 templat...Jannis Leidel
2010-12-13[1.2.X] Reverted [13998] because it never worked.Luke Plant
2010-12-12[1.2.X] Fixed #14499 -- ATSocialSecurityNumberField now responds to all EMPTY...Alex Gaynor
2010-12-08[1.2.X] Fixed the world's ugliest syntax (that's not an actual error) that sn...Alex Gaynor
2010-12-08[1.2.X] Fixed #14870 -- don't catch AttributeErrors in database router method...Alex Gaynor
2010-12-08[1.2.X] Replaced an ImportError with ImproperlyConfigured in the Oracle backe...Ian Kelly
2010-12-05[1.2.X] Fixed #14833 -- Skip the sitemaps localization test if i18n isn't ena...Russell Keith-Magee
2010-12-05[1.2.X] Fixed #14799 -- Provided a full solution for test database creation o...Russell Keith-Magee
2010-12-04[1.2.X] GeoDjango test suite housekeeping. Moved data into fixtures for `rel...Justin Bronn
2010-12-04[1.2.X] Fixed #14807 -- Ensure that boolean values aren't localized as T.rue ...Russell Keith-Magee
2010-12-04[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...Alex Gaynor
2010-12-04[1.2.X] Fixed #14737 -- Moved the docstring comment for the cache_page decora...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14795 -- Ensure that get_all_permissions() returns the right r...Russell Keith-Magee
2010-12-04[1.2.X] Normalized the name order of arguments. There's no actual bug here, o...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #13190 -- Improved error handling for the case where no authent...Russell Keith-Magee
2010-12-04[1.2.X] Fixed #14819 -- Corrected typo in serializer docstring. Thanks to str...Russell Keith-Magee
2010-12-03[1.2.X] Fixed #14700 -- ensure that a raw query is only executed once per ite...Alex Gaynor
2010-12-03[1.2.X] Fixed the Oracle environment variables not getting set correctly unde...Ian Kelly
2010-12-02[1.2.X] Fixed #8217 -- Correctly sort files in FilePathFields on older Python...Jannis Leidel
2010-12-02[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...Jannis Leidel
2010-12-01[1.2.X] Fixed a bug in date queries with GIS backends introduced in [14716]. ...Alex Gaynor
2010-11-30[1.2.X] Ensured that the test suite creates the default DB before any others.Jacob Kaplan-Moss
2010-11-30[1.2.X] Small grammar fix in 'user-uploaded files' comment from [14561]Ramiro Morales
2010-11-30[1.2.X] Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header mor...Ramiro Morales
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-26[1.2.X] Fixed #14730 -- Fixed unclosed anchor tag in Mongolian translation. T...Jannis Leidel
2010-11-26[1.2.X] Fixed #14721 -- Made the THOUSAND_SEPERATOR a unicode string in a few...Jannis Leidel
2010-11-25[1.2.X] Fixed #14415 -- Corrected the process of creating and destroying test...Russell Keith-Magee
2010-11-24[1.2.X] Fixed #14700 - speed up RawQuerySet iterator.Luke Plant