summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-03Fixed loaddata for Django checkouts with non ASCII chars in the name.Florian Apolloner
2013-06-03Fixed small regression from 51aa000378.Aymeric Augustin
2013-06-03Fixed #20552 -- Corrected release notes reference to name of new test discove...Russell Keith-Magee
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-06-02Added get_app_paths() to the AppCache.Aymeric Augustin
2013-06-02Switched to using some constants the hmac module exposes.Alex Gaynor
2013-06-02Fixed admindoc template errors introduced by 02fd87c821.Simon Charette
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-06-01Fixed #20337 -- Clarified error message when database relation is not allowed.Dan Loewenherz
2013-06-01Added minor splitting optimization in django.utils.ipv6._unpack_ipv4Danilo Bargen
2013-06-01Changed assertEquals -> assertEqual.Tim Graham
2013-06-01Updated contrib.admindocs translation templateClaude Paroz
2013-06-01Fixed #20540 -- Added more translatable strings to contrib.admindocsClaude Paroz
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-06-01Fixed #18481 -- Wrapped request.FILES read error in UnreadablePostErrorClaude Paroz
2013-06-01Fixed #18169 -- NoReverseMatch not silenced if from block.superAnssi Kääriäinen
2013-06-01Fixed #18785 -- Added Test join trimming regressionAnssi Kääriäinen
2013-06-01Fixed #20404 -- Added a keys() method to ContextList.Chris Wilson
2013-05-31Improved the usage message of the test command.René Fleschenberg
2013-05-31Fixed #18681 -- BaseModelAdmin.get_form and InlineModelAdmin.get_formset no l...Loic Bistuer
2013-05-31Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.Tim Graham
2013-05-31Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-05-31Fixed #20515 - Clarified note regarding translator comments.Tim Graham
2013-05-31Fixed #20511 -- Corrected link about isolation levels in databases docsClaude Paroz
2013-05-31Merge pull request #1232 from fusionbox/normalize_emailClaude Paroz
2013-05-31Fixed #16436 -- Oracle defer_regress test failureAnssi Kääriäinen
2013-05-30Tweak caching decorators/utility functions xrefs.Ramiro Morales
2013-05-30Fixed #20502 -- Flushed i18n caches for a defaultfilter testClaude Paroz
2013-05-30Added missing stacklevel arg in forms/models.pyClaude Paroz
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-30Merge pull request #1027 from intgr/debug_no_exc_messageTim Graham
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-30Fixed #20272 - Moved update_fields existence check into Model._do_update.Tim Graham
2013-05-30Fixed #20509 - Proper parsing for dumpdata --pks option.Tim Graham
2013-05-30Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-05-30Made an app-cache test not dependent on all models in defer_regressAnssi Kääriäinen
2013-05-29Fixed regroup example.Gavin Wahl
2013-05-29Don't hard-code class names when calling static methodsGavin Wahl
2013-05-29Fixed a failure on Python 3 introduced by 5939864616d56cf949f0bca348a8e05230b...Simon Charette
2013-05-29Fixed #20331 -- Allowed admin actions to serve StreamingHttpResponsesTim Graham
2013-05-29Fixed #15697 -- Made sqlindexes aware of auto-created tablesClaude Paroz
2013-05-29Fixed #15653 - Error in admin pagination tag.Tim Graham
2013-05-29Fixed #20250 - Added a regression test for negated Q + annotateTim Graham
2013-05-28Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-05-28Fixed #20242 - Added a regression test for prefetch_related.Tim Graham
2013-05-28Fixed #20523 - Incorrect form field for FilePathField.Tim Graham
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-28Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-28Fixed random aggregation_regress test_more_more_more() failureAnssi Kääriäinen