Commit Verlauf

Autor SHA1 Nachricht Datum
  Samir Shah 10b44e4525 Fixed #26688 -- Fixed HTTP request logging inconsistencies. vor 7 Jahren
  Carlton Gibson 2e1f674897 Fixed #29373 -- Added long_description in setup.py. vor 7 Jahren
  Carlton Gibson 21fd8041c1 Refs #29358 -- Corrected wording in primary key check message. vor 7 Jahren
  Hasan Ramezani 816b8d9518 Fixed #29358 -- Added a system check to prohibit models with more than one primary_key field. vor 7 Jahren
  CHI Cheng 98019df855 Used double quotation marks for csrf form element. vor 7 Jahren
  Kelly Hogan 9e86185936 Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words. vor 7 Jahren
  CHI Cheng 4660ce5a69 Fixed #29375 -- Removed empty action attribute on HTML forms. vor 7 Jahren
  Tim Graham c02953ebbc Added stub release notes for 2.0.6. vor 7 Jahren
  Tim Graham 6e6efc6c39 Added release date for 2.0.5 and 1.11.13. vor 7 Jahren
  Srinivas Reddy Thatiparthy d0b04c6308 Fixed #29360 -- Removed Fabric examples in docs. vor 7 Jahren
  PhrydRhys 5d022eae74 Fixed #29369 -- Mentioned the #django-dev IRC channel in contributing index. vor 7 Jahren
  Mariusz Felisiak 483cc1c430 Refs #28859 -- Fixed "no data found" exception handling with cx_Oracle 6.3+. vor 7 Jahren
  Zackary Troop 30f8642f2e Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend vor 7 Jahren
  priyanshsaxena 6b3d292043 Fixed #29015 -- Added an exception if the PostgreSQL database name is too long. vor 7 Jahren
  Oscar Esgalha 6d1f576945 Fixed #29367 -- Fixed model state on objects with a primary key created with QuerySet.bulk_create(). vor 7 Jahren
  Nicolas Noé 3246ad1065 Fixed #27480 -- Added cache.touch(). vor 7 Jahren
  Claude Paroz 8e960c5aba Removed urllib2 reference in file storage tests vor 7 Jahren
  Claude Paroz a9189d27ef Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.DEBUG is False vor 7 Jahren
  Tim Graham c591bc3cce Fixed "invalid escape sequence" warning in runtests.py. vor 7 Jahren
  Claude Paroz 3aae43d800 Fixed #28973 -- Silenced copying/linking messages in collectstatic's default verbosity. vor 7 Jahren
  François Freitag d1413c5d70 Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator. vor 7 Jahren
  François Freitag 3fca95e1ad Fixed #28312 -- Made ModelChoiceIterator.__len__() more memory-efficient. vor 7 Jahren
  Stefan R. Filipek 9ec77f3d66 Fixed #29349 -- Doc'd the default behavior of router.allow_relation(). vor 7 Jahren
  adamth acf9d64045 Fixed typos in docs/topics/auth/passwords.txt. vor 7 Jahren
  Hasan Ramezani b33f10d8cc Refs #29131 -- Made ArrayField error messages index from 1 instead of 0. vor 7 Jahren
  Hasan Ramezani dd68b51e1d Fixed #29295 -- Fixed management command crash when using subparsers. vor 7 Jahren
  orlnub123 21420096c4 Fixed #29247 -- Allowed blank model field choice to be defined in nested choices. vor 7 Jahren
  Tim Graham e35004966b Moved tests for model Field.get_choices(). vor 7 Jahren
  Tom 11b8c30b9e Ref #23919 -- Replaced some os.path usage with pathlib.Path. vor 7 Jahren
  drd0013 5d923f2d8c Fixed #29313 -- Doc'd how to use F() to sort null values. vor 7 Jahren