커밋 기록

작성자 SHA1 메시지 날짜
  Adrian D'Alessandro 235b681351 Doc'd send_email() behavior when from_email is None. 4 년 전
  Ian Foote c226c6cb32 Fixed #20581 -- Added support for deferrable unique constraints. 6 년 전
  Mariusz Felisiak 555e3a848e Removed unused __str__() methods in tests models. 4 년 전
  David Smith bb13711451 Fixed #25712 -- Reorganized templates docs. 5 년 전
  Hasan Ramezani f121621073 Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems. 4 년 전
  Hasan Ramezani 33f7739108 Fixed #31356 -- Changed IRC links to the Freenode webchat. 4 년 전
  Mariusz Felisiak 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. 4 년 전
  Jon Dufresne 5869afe32b Removed unnecessary   entities from the admin. 5 년 전
  Jon Dufresne 7271c8def4 Refs #31493 -- Changed IIFE to ES6 blocks. 5 년 전
  Jon Dufresne 5d37cc703b Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 5 년 전
  Jon Dufresne 0dafadadb9 Refs #30400 -- Improved typography of user facing strings in admin changelist. 4 년 전
  Jon Dufresne bdff97d373 Added tests for saving with pending actions in admin changelist. 5 년 전
  Hasan Ramezani 68fc21b378 Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. 5 년 전
  Hasan Ramezani 8970bb4cfd Refs #29249 -- Added tests for serializing Unicode data with XML serializer. 5 년 전
  François Freitag 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 5 년 전
  Mariusz Felisiak 2788de95e3 Updated expected date for 3.0.6 release. 4 년 전
  Mariusz Felisiak b28be08cac Fixed broken links in docs. 4 년 전
  Mariusz Felisiak dd3dcd2840 Fixed typo in docs/topics/i18n/translation.txt. 4 년 전
  Richard Campen 67b334fbaf Fixed #31517 -- Fixed HashedFilesMixin.hashed_name() if hash of the file is None. 5 년 전
  François Freitag 35f89d199c Merge stdout.write() calls in squashmigrations. 4 년 전
  François Freitag f19bb54fb1 Added test for squashmigrations' output. 5 년 전
  Mariusz Felisiak ca769c8c13 Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView. 4 년 전
  François Freitag 71d9876e39 Refs #18325 -- Removed unnecessary line endings in management commands. 5 년 전
  François Freitag abea86f9e4 Removed unnecessary tuple wrapping of single format string argument. 5 년 전
  François Freitag 687cb38a05 Removed unnecessary capturing/hiding of stdout/stderr in various tests. 5 년 전
  François Freitag a8d175c297 Disabled management commands output with verbosity 0 in test_regression_22823_unmigrated_fk_to_migrated_model. 5 년 전
  Hasan Ramezani d6db186427 Fixed #31514 -- Fixed default form widgets in model fields docs. 5 년 전
  François Freitag da606513db Removed unnecessary capturing of stdout in test_makemigrations_non_interactive_not_null_addition. 5 년 전
  Tim Schilling a92cc84b4a Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True). 5 년 전
  Tim Schilling 34a69c2458 Corrected outputting BooleanField as HTML in forms docs. 5 년 전