summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-19Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."Marc Tamlyn
2014-05-19Fixed #22655 -- Fixed GeoQuerySet doc about strictly_belowMoayad Mardini
2014-05-19Updated translation catalogsClaude Paroz
2014-05-19Re-added JS catalog in manage_translations scriptClaude Paroz
2014-05-19Fixed #22652 -- Replaced UserModel.objects with UserModel._default_manager.Tim Graham
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Removed locale dirs for single-message appsClaude Paroz
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-05-19Fixed #22368 -- clarified connecting to Oracle DB using service nameMoayad Mardini
2014-05-19Updated Django makemessages processClaude Paroz
2014-05-19Merge pull request #2682 from alimony/welcome_page_local_02Claude Paroz
2014-05-19Fixed #22635 -- Made "It worked!" page localizable.Markus Amalthea Magnuson
2014-05-18Removed some unnecessary exception naming; thanks claudep.Tim Graham
2014-05-18Fixed #21799 - Modified loaddata --ignorenonexistent to ignore models.Esau Rodriguez
2014-05-18Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.Florian Apolloner
2014-05-18Refs #21230 -- removed direct settings manipulation from staticfile testsHuu Nguyen
2014-05-18Added "/" divider for DATE(TIME)_INPUT_FORMATS for Dutch locale.SaeX
2014-05-17Moved wordwrap test to their own functionMarkus Amalthea Magnuson
2014-05-17Fixed #6668 -- Optimized utils.text wrap functionMarkus Amalthea Magnuson
2014-05-17Fixed several flake8 errors, including one where a test wouldn't be runAlex Gaynor
2014-05-17Fixed #22647 -- Documented redirect_field_name keyword argument for user_pass...Víðir Valberg Guðmundsson
2014-05-17Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
2014-05-17Fixed contrib.gis tests breaking in some edge cases.Baptiste Mispelon
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk
2014-05-17Fixed #22648 -- Transform.output_type should respect overridden custom_lookup...Marc Tamlyn
2014-05-17Merge pull request #2346 from Markush2010/ticket21905Florian Apolloner
2014-05-17Fixed jenkins breakage, apparently migrations need a models module.Florian Apolloner
2014-05-16Fixed #16245 -- Included traceback in send_robust()'s responseUnai Zalakain
2014-05-16Added stub release notes for 1.6.6.Tim Graham
2014-05-16Optimized make_aware/naive by removing redundant checks. Refs #22625.Aymeric Augustin
2014-05-16Fixed #22625 -- Normalized make_aware/naive errors.Aymeric Augustin
2014-05-16Fixed typo.Tim Graham
2014-05-16Fix storing of binary fields and unicode textfields for Oracle/Python3Shai Berger
2014-05-16Fixed #21905 -- Add info message if DateField or TimeField use a fixed valueMarkus Holtermann
2014-05-16Fixed #15716 - Authentication backends can short-circuit authorization.Jorge C. Leitão
2014-05-16Fixed #22266 - quote PK before redirecting away from add_view (django.contrib...Stas Rudakou
2014-05-16Fixed #22167 -- Improved documentation on context processorsMoritz
2014-05-16Fixed #22622 -- Added ugettext_lazy import in docsNiclas Åhdén
2014-05-16Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin
2014-05-16Removed --skip-scripts from extras/Makefile.Florian Apolloner
2014-05-16Refs #21798 - Modified error number to provide room for future expansion.Russell Keith-Magee
2014-05-16Fixed #22531 -- Added tree.Node.__repr__ and tests for the class.Moayad Mardini
2014-05-16Removed an unused importAlex Gaynor
2014-05-16Fixed #22490 -- removed obsolete ComplexFeed class from syndication_testsNikolaus Schlemm
2014-05-16Fixed #22579 -- Corrected validation for email to reject trailing slashErik Romijn
2014-05-16Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows
2014-05-16Merge pull request #2657 from nschlemm/20140516-test_testcase_orderingMarc Tamlyn
2014-05-16Remove old compatibility shims from d.c.gis.Marc Tamlyn
2014-05-16cater for running tests from another directory than tests - applying existing...Nikolaus Schlemm
2014-05-16Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not foundClaude Paroz