Skip to content
Tuto Django (2023-03-13 18H (Europe/Paris)) AbstractUser.first_name max_length increased to 150
Type to start searching
Tuto Django
  • Index
  • Awsome Django
  • Tuto HTMX
  • Tuto HTTP
  • Tuto devops
  • Versions
  • Django 3.1 (2020-08-04 => 2021-12)
Tuto Django
  • Django news
  • News
  • Django architecture
  • DEPs
  • Installation
  • Doc
  • Django people
  • Community
  • Django with htmx
  • Django performances
  • Tests
  • Django tips
  • Tools
  • Django versions
  • Versions
    • Django 5.0 LTS (dev)
    • Django 4.2 LTS (NOT RELEASED, Expected 2023-04 => 2026-04)
    • Django 4.1 (2022-08-03 => 2023-12)
    • Django 4.0 (2021-12-07)
    • Django 3.2.7 (2021-09-01 => 2024-04)
    • Django 3.2.3 (2021-04-06 => 2024-04)
    • Django 3.2 LTS (2021-04-06 => 2024-04)
    • Django 3.1 (2020-08-04 => 2021-12)
      • What’s new in Django 3.1
        • Django 3.1 async view is done (=> async phase 2 is done !)
        • Django 3.1 request.is_ajax() is deprecated
        • Django 3.1 new bloom index (postgresql)
        • Django 3.1 JSONField for all supported database backends
        • Django 3.1 pathlib
        • Django 3.1 postgres
        • AbstractUser.first_name max_length increased to 150
          • AbstractUser.first_name max_length increased to 150
            • Description
          • Show Source
          • Description
    • Django 3.0 (2019-12-02 => 2021-04)
    • Django 2.2 (2019-04-01)
    • Django 2.0 (2017-12-02)
  • Meta informations
  • Meta doc
  • AbstractUser.first_name max_length increased to 150
    • Description
  • Show Source

AbstractUser.first_name max_length increased to 150 ¶

See also

  • https://docs.djangoproject.com/en/3.1/releases/3.1/#abstractuser-first-name-max-length-increased-to-150

Description ¶

A migration for django.contrib.auth.models.User.first_name is included.

If you have a custom user model inheriting from AbstractUser, you’ll need to generate and apply a database migration for your user model.

Previous Django 3.1 New SearchHeadline class
Next Django 3.0 (2019-12-02 => 2021-04)
© Copyright 2018-2023, DevOps people Built with sphinx 6.1.3 Python 3.11.2.
Last updated on Mar 13, 2023.
Created using Sphinx 6.1.3. and Material for Sphinx