Историја ревизија

Аутор SHA1 Порука Датум
  Chris Lamb 3af305e8b8 Fixed #28810 -- Replaced '%' style logging formatting with str.format() style. пре 7 година
  Benjamin Bach bf49d9eb0b Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressions.txt. пре 7 година
  Tim Graham 9d1d3b2d2f Refs #28814 -- Fixed test_runner failure on Python 3.7. пре 7 година
  Tim Graham 931c60c521 Refs #28814 -- Fixed "SyntaxError: Generator expression must be parenthesized" on Python 3.7. пре 7 година
  Chris Lamb 648957b707 Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV. пре 7 година
  Tim Graham d392fc293c Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt. пре 7 година
  Tim Graham 6bf85ff7e3 Fixed #28796 -- Doc'd backwards incompatibility when reverse() receives bytestring args/kwargs. пре 7 година
  Claude Paroz 9549674043 Updated main translation catalog пре 7 година
  Tim Graham 9bea555d06 Fixed test failures due to ordering differences on PostgreSQL 10. пре 7 година
  Simon Charette ee85ef8315 Fixed #28792 -- Fixed index name truncation of namespaced tables. пре 7 година
  Tim Graham 532a4f22ad Fixed invalid escape sequence warning in check_framework test. пре 7 година
  Sergey Fedoseev 967450a3bf Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+. пре 7 година
  Tim Graham bc95314ca6 Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddleware setting Content-Length. пре 7 година
  Дилян Палаузов 23bf4ad87f Fixed #28795 -- Removed 'not in' checks and used dict.setdefault(). пре 7 година
  Sergey Fedoseev a2ec1e6b2d Used BaseSimpleSerializer for serializing str and bytes in migrations. пре 7 година
  Sergey Fedoseev b5ecbf1e12 Simplified choices iterators in tests.model_fields.models. пре 7 година
  Mariusz Felisiak 2d3cc94284 Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection(). пре 7 година
  Tim Graham 8f8a4d10d3 Refs #26447 -- Removed outdated ETag comment in CommonMiddleware. пре 7 година
  shanghui 1907fc9b12 Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider True/1 values as different. пре 7 година
  Sergey Fedoseev bdb747a5f2 Simplified Field.get_choices(). пре 7 година
  Sergey Fedoseev f152678d36 Removed unneeded iter() call in IfNode.nodelist. пре 7 година
  Tim Graham abaf0ab4a4 Fixed #28777 -- Clarified the docs for admin.register's args. пре 7 година
  Paulo ee49306176 Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a primary key assignment. пре 7 година
  shanghui ebb998976e Fixed #28751 -- Corrected the error message for inactive users in AdminAuthenticationForm. пре 7 година
  shanghui 359370a8b8 Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error when using ModelBackend. пре 7 година
  Andrei Fokau 3ae9c356c5 Refs #28593 -- Updated old class names in comments following URL routing changes. пре 7 година
  Claude Paroz 0cf00769ad Fixed #28585 -- Calculated admin's change form multipart context variable from forms and formsets пре 7 година
  Bjorn Kristinsson ac6a4eb9f9 Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMixin doesn't generate any template names. пре 7 година
  Jonas Haag a2851f204c Fixed #28720 -- Added HttpRequest.get_full_path_info(). пре 7 година
  Imran Iqbal 3e7497a05e Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges. пре 7 година