Commit History

Author SHA1 Message Date
  Berker Peksag c1b6f554e4 Fixed #15091 -- Allowed passing custom encoder to JSON serializer. 8 years ago
  Aaron Elliot Ross 6bf7964023 Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=False. 8 years ago
  Claude Paroz 5fe1c92250 Improved test assertion in wsgi tests 8 years ago
  Shabda Raaj b0acb1e73e Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view. 8 years ago
  Ben Demboski 2224a56631 Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_instance=None. 8 years ago
  Étienne BERSAC 03f6d272ab Fixed #26751 -- Made dbshell exit with the shell's error code. 8 years ago
  Jon Dufresne d47f6d75ef Refs #26034 -- Corrected a schema test to work with the correct field state. 8 years ago
  Akshesh 156e2d59cf Fixed #26709 -- Added class-based indexes. 8 years ago
  Ramiro Morales c962b9104a Added missing trailing '$' to url() patterns in docs. 8 years ago
  Anderson Resende 2032bcf182 Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt. 8 years ago
  Claude Paroz 9588718cd4 Fixed #5897 -- Added the Content-Length response header in CommonMiddleware 8 years ago
  akki ca77b50905 Fixed #26795 -- Factored out get_changes() in test_autodetector.py. 8 years ago
  Bang Dao + Tam Huynh 09119dff14 Fixed #26719 -- Normalized email in AbstractUser.clean(). 8 years ago
  Tim Graham 7e303d15c3 Refs #12594 -- Removed obsolete exception handling in handle_uncaught_exception(). 8 years ago
  Claude Paroz 78963495d0 Refs #17209 -- Added LoginView and LogoutView class-based views 9 years ago
  Claude Paroz 742ea51413 Refs #24829 -- Made TemplateResponse.content available sooner in exception context 8 years ago
  Tim Graham 9f66302797 Removed a test workaround for some old GDAL 1.7.x versions. 8 years ago
  Tim Graham 81cdcb66bc Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0. 8 years ago
  jasisz b5a1c3a6f5 Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING. 8 years ago
  Zbigniew Siciarz 46338296aa Fixed typo in 1.11 release notes. 8 years ago
  Tim Graham 91c02ca7ba Fixed a heading typo in docs/releases/1.11.txt 8 years ago
  John-Scott Atlakson 9a54face25 Fixed typo in docs/topics/logging.txt 8 years ago
  Simon Charette c2e62fd1ae Fixed #26781 -- Made table name case change a noop on SQLite. 8 years ago
  Tim Graham 39805686b3 Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser. 8 years ago
  Sergey Fedoseev 5ce660cd65 Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml(). 8 years ago
  Tim Graham 20d1cb33c2 Fixed #26787 -- Documented deleting and reloading of model instance fields. 8 years ago
  Paulo 9c2d5a8d33 Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline. 8 years ago
  Sergey Fedoseev ea4665066b Fixed #26785 -- Made Oracle return None rather than empty string for empty geometries. 8 years ago
  Jon Dufresne d13881bd34 Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SESSION_COOKIE_PATH. 8 years ago
  Claude Paroz 140c235026 Fixed #26750 -- Fixed introspection for geography point field with dim=3 8 years ago