summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-02-08Fixed #18906 -- Ignored to-be-deleted forms in formset validate_uniqueClaude Paroz
2013-02-08Cleaned up some lingering signals in the test suite that were causing spuriou...Julien Phalip
2013-02-07Changed test assertion strategy used in 04d9730.Ramiro Morales
2013-02-07Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...Ramiro Morales
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-06Fixed a typo in the test suite that was causing some spurious failures with p...Julien Phalip
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2013-02-06Improved regex in strip_tagsClaude Paroz
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2013-02-05Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-04Fixed error message test assertions under Python 3.3Claude Paroz
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-03Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2013-02-02Fixed Python 3.2 compatibility for a test.Julien Phalip
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-02-02Made ungettext_lazy usable for messages that do not contain the count.Aymeric Augustin
2013-02-02Fixed the test introduced in 2ca37af6 under Python 3.Aymeric Augustin
2013-02-01Added test to demonstrate issue 11387 isn't there anymore.Ramiro Morales
2013-02-01Added test to demonstrate issue 11263 isn't there anymore.Ramiro Morales
2013-02-01Fixed #19663 -- Allowed None in colorize() text parameterClaude Paroz
2013-02-01Fixed #19715 -- Simplified findstatic output when verbosity set to 0Matt Robenolt
2013-02-01Renamed inspectdb field names for claritySimon Charette
2013-01-31Fixed #19341 -- Detected NullBooleanField when introspecting modelsClaude Paroz
2013-01-31Fixed #19709 -- Fixed TimeField introspection on MySQLClaude Paroz
2013-01-31Added introspection tests for most of Django model fieldsClaude Paroz
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-31Fixed #19708 -- Exception in timezone.override(None).Aymeric Augustin
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-30Added file forgotten in 23e319d7.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-28Fixed #19676 -- Supported 'self' foreign keys in inspectdb.Aymeric Augustin
2013-01-28Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2013-01-26Fixed #17158 -- Used a non-ambiguous representation of SQL queriesAymeric Augustin
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-26Fixed validation of email addresses when the local part contains an @.Aymeric Augustin
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-25Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2013-01-24More i18n makemessages tests tweaks.Ramiro Morales