Commit History

Author SHA1 Message Date
  Stefano Rivera 14d53d78be [1.9.x] Removed unexpected initial attribute in data migration examples. 7 years ago
  Brad Melin 95ed1514f0 [1.9.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input. 8 years ago
  Dan Stephenson 90ea14a38a [1.9.x] Fixed #26558 -- Removed need for request context processor on admin login page. 8 years ago
  rixx 59ae2292df [1.9.x] Fixed #24016 -- Added "Migrating data between third-party apps" howto. 8 years ago
  Daniel Jilg be1ac00379 [1.9.x] Fixed #14131 -- Added note to docs about Pagination and large Querysets 8 years ago
  Yoong Kang Lim e47f0c1247 [1.9.x] Fixed #26136 -- Removed URL reversing by dotted path from JavaScript catalog example. 8 years ago
  auvipy 0911c35678 [1.9.x] Fixed typo in docs/index.txt. 8 years ago
  Scott Pashley a7b69c8657 [1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout page. 8 years ago
  Gagaro 08e1c79f7a [1.9.x] Fixed #25812 -- Restored the ability to use custom formats with the date template filter. 9 years ago
  Thijs van Dien f5e1d72de2 [1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs. 9 years ago
  Sergey Fedoseev b5091a0475 [1.9.x] Removed duplicated entry from AUTHORS. 9 years ago
  Yusuke Miyazaki a083d70192 [1.9.x] Fixed #25578 -- Corrected the casing of "GitHub". 9 years ago
  Mariusz Felisiak fbe8930745 [1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model. 9 years ago
  John Moses 6a582d35f2 [1.9.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs. 9 years ago
  ramez 1335aa2fb9 Fixed #15760 -- Added JavaScript events for admin inline forms. 9 years ago
  sujayskumar d8d853378b Fixed #24944 -- Added extra_email_context parameter to password_reset() view. 9 years ago
  Tyson Clugg e34226fc37 Fixed #25259 -- Added comments to header of generated migration files 9 years ago
  Sergey Kolosov 22bb548900 Fixed #22634 -- Made the database-backed session backends more extensible. 10 years ago
  sarthakmeh 4bc00defd0 Fixed #14217 -- Added validation for field name collision when using model inheritance. 9 years ago
  Maxime Lorant 4ce433e811 Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL. 9 years ago
  Tommy Beadle d3fdaf907d Fixed #23727 -- Inhibited the post_migrate signal when using serialized_rollback. 9 years ago
  Valentina Mukhamedzhanova 1f7b25c1a7 Fixed #24986 -- Added support for annotations in DISTINCT queries. 9 years ago
  Brendan Hayward c9fb4f3c45 Fixed #25205 -- Removed doc references to deprecated GeoManager class. 9 years ago
  Kenneth Love 5aba3f0a45 Added Chris Jones and Kenneth Love to AUTHORS. 9 years ago
  Andrei Kulakov db97a88495 Fixed #24375 -- Added Migration.initial attribute 9 years ago
  Rigel Di Scala b91a2a499f Fixed #23190 -- Made Paginator.page_range an iterator 9 years ago
  Jan Pazdziora a570701e02 Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication. 9 years ago
  William Schwartz 9a5cfa05a0 Fixed #24997 -- Enabled bulk_create() on proxy models 9 years ago
  Francisco Albarran e75b614640 Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work. 9 years ago
  Nick Pope b3d5dc6932 Fixed #24834 -- Fixed get_current_site() when Host header contains port. 9 years ago