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