summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-10-25Fixed #19187 -- Raise consistent error from qs.values().delete()Anssi Kääriäinen
2012-10-25Fixed #19102 -- Fixed fast-path delete for modified SELECT clause casesAnssi Kääriäinen
2012-10-25Fixed #18796 -- Refactored conversion to bytes in HttpResponseAymeric Augustin
2012-10-24Fixed #13222 -- Made HttpResponse iterable onceAymeric Augustin
2012-10-24Fixed #6527 -- Provided repeatable content accessAymeric Augustin
2012-10-24Fixed a DeprecationWarning under Python 3.Aymeric Augustin
2012-10-23Fixed #19088 -- Always escape % inside blocktrans tagClaude Paroz
2012-10-22Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.Carl Meyer
2012-10-23Reverted 6a64822bf4632707212314a25a843c862bdb3874.Aymeric Augustin
2012-10-22Fixed #13222 -- Repeated iteration of HttpResponseAymeric Augustin
2012-10-22Cleaned up i18n regression testsClaude Paroz
2012-10-21Added tests for conditional_content_removal.Aymeric Augustin
2012-10-21Merge pull request #457 from JanBednarik/ticket_19142Claude Paroz
2012-10-20Merge pull request #444 from mitar/patch-2Alex Gaynor
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-10-21Fixed #19151 -- Added missing methods to EmptyQuerySet.Jan Bednařík
2012-10-20Used @override_settings in several tests.Aymeric Augustin
2012-10-20Fixed #7581 -- Added streaming responses.Aymeric Augustin
2012-10-20Used FakePayload in requests testsClaude Paroz
2012-10-20Fixed #19094 -- Improved FakePayload to support write, len and string inputClaude Paroz
2012-10-20Fixed #5611 -- Restricted accepted content types in parsing POST dataClaude Paroz
2012-10-20Removed custom WSGIRequestHandler.get_environClaude Paroz
2012-10-18Fixed #8001 -- Made redirections after add/edit in admin customizable.Ramiro Morales
2012-10-18Added missed poisoned host header testsPreston Holmes
2012-10-15Fixed assertXMLEqual when first node was a commentClaude Paroz
2012-10-15Added tests for reversed iteration over SortedDict.Mitar
2012-10-13Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...Ludovic Delaveau
2012-10-12Removed country-specific localflavor tests.Adrian Holovaty
2012-10-11Fixed #16817 - Added a guide of code coverage to contributing docs.Tim Graham
2012-10-10Removed some uses of F() expression & and |Anssi Kääriäinen
2012-10-10Fixed #18927 -- Fixed bulk_create tests when no has_bulk_insertMichael Manfre
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-10Revert "Splitted expressions tests into smaller methods"Anssi Kääriäinen
2012-10-09Fixed test failure after IDN domain validation fixClaude Paroz
2012-10-09Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.Aymeric Augustin
2012-10-09Fixed #19095 -- invalid code in multidb tests.Aymeric Augustin
2012-10-09Fixed #17867 -- Made email validation pass with IDN domainsClaude Paroz
2012-10-09Moved some email validation tests to validators testsClaude Paroz
2012-10-09Improved assertion error messages in validators testsClaude Paroz
2012-10-08Fixed #19087 -- Ensured query's base table is never LOUTER joinedAnssi Kääriäinen
2012-10-08[py3] Decoded the parsed source file encoding in debug viewClaude Paroz
2012-10-06Removed ad-hoc support for usage of short names of built-in DB backends.Ramiro Morales
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-10-06Fixed #19069 -- Improved the error message when trying to query a swapped model.Russell Keith-Magee
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-10-01Fixed postgres rollback issue with fixture testPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz