summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-12-10Add FormMixin.get_form_kwargs method to abstract some common logic in a tidierChris Beaven
2010-12-09Fixes #14873 -- A paginated ListView with a List instead of queryset produces...Chris Beaven
2010-12-09Fixed a couple of typos and small errors from r14696 and r14822.Ramiro Morales
2010-12-08Fixed error introduced in r14666 that results in the message reporting the te...Ramiro Morales
2010-12-08Fixed the world's ugliest syntax (that's not an actual error) that snuck in w...Alex Gaynor
2010-12-08Fixed #14870 -- don't catch AttributeErrors in database router methods, inste...Alex Gaynor
2010-12-08Replaced an ImportError with ImproperlyConfigured in the Oracle backend.Ian Kelly
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-06Fixed #14851 -- Swapped an argument order to fix compatibility with Python<2....Jannis Leidel
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-12-05Fixed #12398 -- Added a TypedMultipleChoiceField. Thanks to Tai Lee.Russell Keith-Magee
2010-12-05Fixed #14773 -- Modified MultipleObjectMixin to allow for custom paginators. ...Russell Keith-Magee
2010-12-05Fixed #14833 -- Skip the sitemaps localization test if i18n isn't enabled. Th...Russell Keith-Magee
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-12-04Fixed #14797 -- Corrected the handling of get_form_class() when a custom quer...Russell Keith-Magee
2010-12-04Fixed #14803 -- Corrected an inconsistency in redirection handling between ol...Russell Keith-Magee
2010-12-04Fixed #14807 -- Ensure that boolean values aren't localized as T.rue and Fa.l...Russell Keith-Magee
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-12-04Fixed #14737 -- Moved the docstring comment for the cache_page decorator so i...Russell Keith-Magee
2010-12-04Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i...Russell Keith-Magee
2010-12-04Normalized the name order of arguments. There's no actual bug here, other tha...Russell Keith-Magee
2010-12-04Fixed #12694 -- Added template block to make it easier to add new tools to th...Russell Keith-Magee
2010-12-04Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch.Russell Keith-Magee
2010-12-04Fixed #13190 -- Improved error handling for the case where no authentication ...Russell Keith-Magee
2010-12-04Fixed #14663 -- Corrected Norwegian locale format strings. Thanks to nfg for ...Russell Keith-Magee
2010-12-04Fixed #12158 -- Corrected Swedish translation for "Go". Thanks to skorpan for...Russell Keith-Magee
2010-12-04Fixed #14819 -- Corrected typo in serializer docstring. Thanks to stringify f...Russell Keith-Magee
2010-12-03Fixed #14700 -- ensure that a raw query is only executed once per iteration.Alex Gaynor
2010-12-03Added a regression test for r14781. Also fixed a bug where connection.vendor...Ian Kelly
2010-12-03Fixed the Oracle environment variables not getting set correctly under Cygwin.Ian Kelly
2010-12-02Fixed a use of old url template tag in an admin template.Luke Plant
2010-12-02GeoDjango test suite housekeeping. Moved data into fixtures for `relatedapp`...Justin Bronn
2010-12-02Fixed #8217 -- Correctly sort files in FilePathFields on older Python version...Jannis Leidel
2010-12-02Fixed #11161 -- Added plural forms to all supported languages. Fixed other er...Jannis Leidel
2010-12-02Fixed #14735 -- Corrected plural formulation in admin search form template. T...Jannis Leidel
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel
2010-12-02Fixed #5298 -- Added extra_context to contrib auth views.Jannis Leidel
2010-12-02Added an additional check for the availability of the STATIC_* settings to ma...Jannis Leidel
2010-12-02Fixed #9568 -- Hide nav-global div in admin login template in case it's used ...Jannis Leidel
2010-12-01Fixed #11706: Added an Oracle connection option to disable the use of RETURNI...Ian Kelly
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-12-01Fixed a bug in date queries with GIS backends introduced in [14715].Alex Gaynor
2010-11-30Ensured that the test suite creates the default DB before any others.Jacob Kaplan-Moss
2010-11-30Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...Ramiro Morales
2010-11-28Fixes #10427 -- Abstract the value generation of a BoundFieldChris Beaven
2010-11-27Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL.Chris Beaven
2010-11-27Fixed #12248 -- Refactored django.template to get code out of __init__.py, to...Russell Keith-Magee
2010-11-26Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...Alex Gaynor
2010-11-26Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...Jannis Leidel