Commit History

Author SHA1 Message Date
  Tim Graham 874053edf9 Fixed #21942 -- Moved Form.clean() to form API docs. 10 years ago
  Julia Matsieva 29c1151a55 Fixed #22756 -- Added view name to technical 404 template if Http404 is raised. 10 years ago
  Claude Paroz 0b5bafe993 Removed reference to old middleware 10 years ago
  Tim Graham cf252dbea6 Fixed #8162 -- Increased Permission.name max_length to 255 characters. 10 years ago
  Tim Graham 5359188b08 Fixed docs/ref/contrib/auth.txt so that sphinx links work properly. 10 years ago
  Anubhav Joshi fd5897193f Fixed problem with refs #10811. 10 years ago
  Tim Graham add78c58b5 Added spaces to message from 4c39c270af91ddbc213e077fc06b4bf67c7c6e99. 10 years ago
  Ian Foote 4c39c270af Add missing spaces to implicitly joined strings 10 years ago
  Alex Gaynor 985ad99a71 Fixed a flake8 warning 10 years ago
  Claude Paroz f12b68af71 Fixed #16184 -- Fixed multiple PostGIS types introspection 10 years ago
  Tim Graham 70576740b0 Fixed #22917 -- Fixed typo in AlterIndexTogether.describe(). 10 years ago
  Tim Graham 1e8411259f Fixed #22912 -- Warned about a common mistake in tutorial 5. 10 years ago
  Tim Graham 5e9773269a Added newline to fix flake8 error. 10 years ago
  Riccardo Magliocchetti 68c9a72e29 Fixed #22894 -- Made admin add related/raw ID fields widgets customizable. 10 years ago
  Matt Deacalion Stevens ec85df2fa5 Fixed and enhanced new HTML form docs. 10 years ago
  Éric Araujo e9c730f6be Fixed copy/paste typos in StreamingHttpResponse doc. 10 years ago
  Gert Van Gool a8c5630c98 Fixed typo in parameter name doc for BaseCommand.check(). 10 years ago
  Claude Paroz 0d363b25b8 Fixed #22857 -- Reset translations when only .mo file changed 10 years ago
  zsoldosp 7e2c804c94 Split tests.basic.ModelTests in several tests; refs #18586. 11 years ago
  Ramiro Morales 77c0a904cb Fixed typo in revamped forms intro doc. 10 years ago
  Tim Graham e0cd07ec2f Fixed #22903 -- Fixed migration generation if index_together or unique_together is removed from a model. 10 years ago
  Tim Graham e769846eec Removed unused variable. 10 years ago
  Lovas Bence 9385aa3198 Fixed #22050 -- Fixed defer fields on proxy related models. 11 years ago
  Tim Graham 815e7a5721 Fixed #20128 -- Made CsrfViewMiddleware ignore IOError when reading POST data. 10 years ago
  Duncan Parkes fd4ccd045c Fixed #22799 -- Made GET and POST on HttpRequest QueryDicts, and FILES a MultiValueDict. 10 years ago
  Duncan Parkes d68987ae25 Fixed #22897 -- Made QueryDict query_string argument optional. 10 years ago
  Duncan Parkes 7f4e2ef1e9 Improved documentation for QueryDict. 10 years ago
  Peter Kowalczyk 48241ec9c4 Fixed typo in middleware docs. 10 years ago
  Daniele Procida cd20b5d186 Fixed #22796 -- Added a more basic explanations of forms. 10 years ago
  Anubhav Joshi dbbcfca476 Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised and DEBUG=True 10 years ago