summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-01-08[1.2.X] Fixed #14929 -- Move gzip_page docstring to the right place. Thanks a...Andrew Godwin
2011-01-08[1.2.X] Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks t...Andrew Godwin
2011-01-04[1.2.X] Fixed sending mail on 404s to fail silently.Luke Plant
2011-01-03[1.2.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...Russell Keith-Magee
2011-01-03[1.2.X] Fixed #15006 -- Removed some stray tabs in python code. Thanks to van...Russell Keith-Magee
2010-12-29[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...Ramiro Morales
2010-12-27[1.2.X] Converted the Czech localflavor tests to be unittests. We have alway...Alex Gaynor
2010-12-26[1.2.X] Converted Swedish localflavor tests from doctests to unittests. Thank...Jannis Leidel
2010-12-23[1.2.X] Fixed #14939: Don't strip ;-parameters from URLs in the test client.Andrew Godwin
2010-12-23[1.2.X] Fixed #14576, #14946 - FormWizard.done() method doesn't get passed th...Ramiro Morales
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