summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-05Fixed #14745 - add links to topics/http/shortucts.txt. thanks adamv for the p...Timo Graham
2010-12-05Fixed #13162 and #11597 -- Improved the file handling documentation: Removed ...Gabriel Hurley
2010-12-05Fixed #13605 -- Improved documentation of the django.core.files.storage modul...Gabriel Hurley
2010-12-05Fixed #14835 -- Corrected a lack of indentation in the reST markup for docs/r...Gabriel Hurley
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-05Added versionadded markup to the TEST_DEPENDENCIES setting.Russell Keith-Magee
2010-12-05Corrected incomplete and incorrect docs from r14822.Russell Keith-Magee
2010-12-05Fixed #14799 -- Provided a full solution for test database creation order pro...Russell Keith-Magee
2010-12-04Fixed #14120 - Document get() in Making Queries - thanks danielr and adamv fo...Timo Graham
2010-12-04Fixed #12407 - Document 'call_command' - thanks UloPe for the suggestion and ...Timo Graham
2010-12-04Fixed #9033 - Add bullets to QuerySet extra() arguments. thanks julien for th...Timo Graham
2010-12-04Fixed #14811 - Add clarifying note to render_to_response - thanks adamv.Timo Graham
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-12-04Fixed #12812 -- added warning about cyclic imports in contrib.comments. Thank...Simon Meers
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-04Fixed #14764 -- specified that a set is returned by User.get_..._permissions ...Simon Meers
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 grammar and tweaked notes about MySQL database/table collation interact...Ramiro Morales
2010-12-02Updated example login template to be best-practice and use the url tag from '...Luke Plant
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 result ordering assumptions in the select_related tests.Ian Kelly
2010-12-01Fixed a bug in date queries with GIS backends introduced in [14715].Alex Gaynor
2010-12-01Removed reference to potential exception during template rendering-time from ...Ramiro Morales
2010-11-30Ensured that the test suite creates the default DB before any others.Jacob Kaplan-Moss