Commit History

Author SHA1 Message Date
  Kevin Grinberg c6a3546093 Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming. 7 years ago
  Martin von Gagern 71d39571f4 Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames without source code. 7 years ago
  Evan Grim 7937cc16f5 Fixed #28386 -- Made operations within non-atomic migrations honor the operation's atomic flag when migrating backwards. 7 years ago
  Timothy Allen 5fe9b7b40a Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects. 7 years ago
  Rachel Tobin f9e5f9ae9f Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy model. 7 years ago
  Marti Raudsepp fda55c71a8 Fixed #27858 -- Prevented read-only management commands from creating the django_migrations table. 8 years ago
  Lincoln Smith 15b465c584 Fixed #27998 -- Made ManyToManyField changes logged in admin's object history. 8 years ago
  Adam Bogdał cd2fe829dd Fixed #24195 -- Deconstructed the limit_choices_to option of related fields. 8 years ago
  John D'Ambrosio be68c0bf63 Fixed #28071 -- Fixed {% extends %} origin history. 8 years ago
  Pavel Kulikov af1fa5e7da Fixed #27978 -- Allowed loaddata to read data from stdin. 8 years ago
  Michiel Beijen 48028c6f9a Pointed Dive into Python links to python3 site 7 years ago
  João Silva 3db84b5526 Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_removal() per RFC 7230. 7 years ago
  Carles Pina Estany 9f2e8b5bb7 Fixed #28120 -- Checked that CharField.max_length is not a boolean. 7 years ago
  Abhishek Gautam 941b869135 Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view template. 7 years ago
  Taavi Teska 5dbf1c4b23 Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate to forms. 7 years ago
  Ingo Klöcker c4536c4a54 Fixed #27777 -- Made File.open() work with the with statement (#8310) 7 years ago
  Carlton Gibson 6b3724fa11 Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined. 8 years ago
  Stefano Rivera 899c42cc8e Removed unexpected initial attribute in data migration examples. 8 years ago
  Bo Marchman 9bbb6e2d25 Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining. 8 years ago
  Pavlo Kapyshin b6fbf3e8e5 Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_item(). 8 years ago
  François Freitag e124d2da94 Fixed #26551 -- Fixed negated Q() queries that span relations. 8 years ago
  orf b5393028bf Fixed #27767 -- Added distinct argument to ArrayAgg. 8 years ago
  Tim Graham 245f209109 Fixed alphabetization of Tom's in AUTHORS. 8 years ago
  Lex Berezhny ac5f886c56 Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash. 8 years ago
  Thom Wiggers d5b573d872 Fixed #26993 -- Increased User.last_name max_length to 150 characters. 8 years ago
  Mads Jensen e585c43be9 Fixed #25809 -- Added BrinIndex support in django.contrib.postgres. 8 years ago
  Romain Garrigues ede59ef6f3 Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer header. 8 years ago
  Adam Chainz d57ecf40eb Fixed #27673 -- Made admin's checks run at check time instead of during registration. 8 years ago
  Sebastian Spiegel 8b734d2f99 Fixed #27432 -- Made app_label arguments limit showmigrations --plan output. 8 years ago
  anabelensc 1c12df4aa6 Fixed #25912 -- Added binary left/right shift operators to F expressions. 9 years ago