summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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 #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 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 #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-05-28Fixed #20242 - Added a regression test for prefetch_related.Tim Graham
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-28Fixed random aggregation_regress test_more_more_more() failureAnssi Kääriäinen
2013-05-27Fixed #20182 - admin lookup should treat 0 as False for __isnullTim Graham
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-27Fixed #20013 -- A test for sqlall fails under OracleShai Berger
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-27Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-26Fixed get_or_create...test_savepoint_rollback test for Python3Shai Berger
2013-05-26Fix get_or_create test failure under OracleShai Berger
2013-05-25Fixed #19938 -- Consumed iterator only once in paginator's PageAndrew Jesaitis
2013-05-25Fixed #20296 -- Allowed SafeData and EscapeData to be lazyBaptiste Mispelon
2013-05-25Fixed #11725 -- Made possible to create widget label tag without "for"Claude Paroz
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-24Fixed a regression in router initializationClaude Paroz
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-23Removed noise from pre_syncdb signal testsDonald Stufft
2013-05-23Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee
2013-05-22Removed check for 0.15 version of gettext toolsClaude Paroz
2013-05-22Fixed #19237 -- Used HTML parser to strip tagsClaude Paroz
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-22Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin
2013-05-22Merge pull request #246 from dekkers/ticket_18709Marc Tamlyn
2013-05-22Fixed #19895 -- Second iterator over invalid qs raises errorsAnssi Kääriäinen
2013-05-22Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers
2013-05-21Fixed #18702 -- Removed chunked reads from QuerySet iterationAnssi Kääriäinen
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-21Fixed #6412 -- More details if a template file cannot be loadedMathijs de Bruin
2013-05-21Merge pull request #1194 from ambv/python26_is_funFlorian Apolloner
2013-05-21Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej