Historie revizí

Autor SHA1 Zpráva Datum
  Mariusz Felisiak c18861804f Fixed warnings per flake8 5.0.0. před 2 roky
  David Smith d126eba363 Refs #32339 -- Deprecated default.html form template. před 2 roky
  Mariusz Felisiak 1760ad4e8c Relaxed some query ordering assertions in various tests. před 3 roky
  SanderBeekhuis 27d52158b2 Fixed #33627 -- Improved nonexistent pk in ModelMultipleChoiceFieldTests.test_model_multiple_choice_field(). před 3 roky
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. před 3 roky
  Mariusz Felisiak 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. před 3 roky
  django-bot 9c19aff7c7 Refs #33476 -- Reformatted code with Black. před 3 roky
  Claude Paroz 7c4f396509 Stopped including type="text/css" attributes for CSS link tags. před 3 roky
  David Smith eba9a9b7f7 Refs #32338 -- Added Boundfield.legend_tag(). před 3 roky
  Hasan Ramezani 0a28b42b15 Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to. před 3 roky
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. před 4 roky
  alvinshaita 556fa4bbba Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on multi-value relations. před 4 roky
  David Smith b8239cae19 Refs #28009 -- Added empty_value tests for CharField subclasses. před 4 roky
  David Smith e74b3d724e Bumped minimum isort version to 5.1.0. před 4 roky
  Mariusz Felisiak 09914ccf68 Fixed test_clean_does_deduplicate_values on Oracle after e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0. před 4 roky
  Jon Dufresne e13cfc6dfd Fixed #31596 -- Changed ForeignKey.validate() to use the base manager. před 4 roky
  Jon Dufresne 3b1cb78063 Used assertIs(…, True) in model_forms.tests.ValidationTest. před 4 roky
  François Freitag 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. před 5 roky
  Hasan Ramezani da79ee472d Fixed #26813 -- Prevented empty choice in ModelChoiceField with RadioSelect for fields with blank=False. před 5 roky
  Mariusz Felisiak 1d5fb35e6a Refs #26813 -- Added test for ModelChoiceField.choices when using RadioSelect widget. před 5 roky
  Jon Dufresne e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. před 5 roky
  Jon Dufresne 42b9a23267 Fixed #30400 -- Improved typography of user facing strings. před 5 roky
  RobertAKARobin aa94f7c899 Fixed #30534 -- Fixed overriding a field's default in ModelForm.cleaned_data(). před 5 roky
  Jon Dufresne 8d76443aba Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape(). před 6 roky
  belegnar 1ffddfc233 Fixed #30302 -- Fixed forms.model_to_dict() result if empty list of fields is passed. před 6 roky
  belegnar 714cf468e1 Refs #30302 -- Added more tests for forms.model_to_dict(). před 6 roky
  Tim Graham 0004daa536 Used 4 space hanging indent for dictionaries. před 6 roky
  Simon Charette 84e7a9f4a7 Switched setUp() to setUpTestData() where possible in Django's tests. před 6 roky
  Tim Graham 193c109327 Switched TestCase to SimpleTestCase where possible in Django's tests. před 6 roky
  Carlton Gibson 1c05fe65f2 Refs #13091 -- Added test for commit=False idiom with partial unique_together validation. před 6 roky