Historique des commits

Auteur SHA1 Message Date
  Carlton Gibson 3a45fea083 Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessageMixin. il y a 3 ans
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. il y a 4 ans
  Simon Charette 0f212db29d Made reused RequestFactory instances class attributes. il y a 6 ans
  oliver d0af5de122 Moved duplicate author declarations to setUpTestData() in DeleteViewTests. il y a 6 ans
  oliver 9b110f0a84 Moved duplicate author declarations to setUpTestData() in UpdateViewTests. il y a 6 ans
  Mads Jensen a51c4de194 Used assertRaisesMessage() to test Django's error messages. il y a 7 ans
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports il y a 8 ans
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. il y a 9 ans
  Marten Kenbeek 16411b8400 Fixed #26013 -- Moved django.core.urlresolvers to django.urls. il y a 9 ans
  Chris Cogdon e429c5186c Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data(). il y a 9 ans
  Alex Morozov e171a83b15 Fixed #25548 -- Prevented FormView.form_invalid() from discarding its form argument. il y a 9 ans
  lobziik 7a48f9abf2 Renamed a test file that has no tests. il y a 9 ans
  Tim Graham 491de4f07c Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optional. il y a 9 ans
  Tim Graham 6eed9ae747 Refs #24133 -- Removed legacy formatting syntax in success_url placeholders. il y a 9 ans
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. il y a 9 ans
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. il y a 10 ans
  Alasdair Nicol eaeea6f947 Fixed #24714 -- Used more specific assertions than assertEqual in tests. il y a 10 ans
  Andrei Kulakov 8a1824d465 Fixed #24643 -- Added get_context_data() method to FormMixin il y a 10 ans
  Claude Paroz a0c2eb46dd Fixed #23960 -- Removed http.fix_location_header il y a 10 ans
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. il y a 10 ans
  Claude Paroz f48e2258a9 Fixed #24133 -- Replaced formatting syntax in success_url placeholders il y a 10 ans
  Tim Graham df9f2e41fa Refs #23943 -- Removed an invalid generic_views test. il y a 10 ans
  Tim Graham 3131e9cef5 Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py il y a 10 ans
  Berker Peksag 343162410f Fixed #21753 -- Raised exception when both `form_class` and `fields` are specified. il y a 10 ans
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. il y a 10 ans
  Simon Charette f2ddc439b1 Fixed #23656 -- Made FormMixin.get_form's form_class argument optional. il y a 10 ans
  Anubhav Joshi cd914e31c9 Fixed #21977 -- Deprecated SimpleTestCase.urls il y a 11 ans
  Tim Graham ee4edb1eda Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. il y a 11 ans
  Claude Paroz 210d0489c5 Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings il y a 11 ans
  Ryan Kaskel 75a96f06e9 Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs. il y a 11 ans