Opened 18 months ago

Last modified 13 days ago

#35768 assigned New feature

Add a User Profile How-To to docs

Reported by: Carlton Gibson Owned by: Abhimanyu Singh Negi
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Following the forum discussion here, add a Profile How-To showing best practices for a profile model related to the User model.

  • Show a best-practice model — with decent name fields.
  • Be clear to tell folks that the existing first_name/last_name fields are outdated (at best) and say it’s OK to just ignore them.
  • Show creating the profile instance — with a signal, inline, or using get_or_create()
  • Give an introduction to template fragment caching.

Change History (8)

comment:1 by Natalia Bidart, 18 months ago

Triage Stage: UnreviewedAccepted
Version: 5.0dev

Gladly accepting this!

Also TIL (not really today but very recently) about template fragment caching. Looking forward to reading this!

comment:2 by Natalia Bidart, 18 months ago

Summary: Add a Profile How-ToAdd a User Profile How-To to docs

in reply to:  2 ; comment:3 by Abhimanyu Singh Negi, 4 weeks ago

Replying to Natalia Bidart:
Hi, I see the last owner hasn't made any progress on this ticket in the past 17 months, do you mind assigning the issue to me?

in reply to:  3 ; comment:4 by Abhimanyu Singh Negi, 4 weeks ago

Owner: changed from William S. Vincent to Abhimanyu Singh Negi

Replying to Abhimanyu Singh Negi:

Replying to Natalia Bidart:
Hi, I see the last owner hasn't made any progress on this ticket in the past 17 months, do you mind assigning the issue to me?

Raised a pr for this ticket(https://github.com/django/django/pull/20721), kindly review.

in reply to:  4 ; comment:5 by Natalia Bidart, 4 weeks ago

Has patch: set

Replying to Abhimanyu Singh Negi:

Raised a pr for this ticket(https://github.com/django/django/pull/20721), kindly review.

Hello, thank you for the PR. Please refer to the contributing docs in how to update the ticket flags so the PR appears in the review queue. I'll set it now but it would be very helpful if you would update the flags yourself in the future. Thanks again!

in reply to:  5 ; comment:6 by Shubh Rai, 13 days ago

Replying to Natalia Bidart:

Replying to Abhimanyu Singh Negi:

Raised a pr for this ticket(https://github.com/django/django/pull/20721), kindly review.

Hello, thank you for the PR. Please refer to the contributing docs in how to update the ticket flags so the PR appears in the review queue. I'll set it now but it would be very helpful if you would update the flags yourself in the future. Thanks again!

Hi,since the ticket is still open and owner is not active can i work on this problem?

in reply to:  6 comment:7 by Natalia Bidart, 13 days ago

Replying to Shubh Rai:

Hi,since the ticket is still open and owner is not active can i work on this problem?

Hello! Why do you say contributor is not active? There hasn't been a single review for the PR yet, so there is nothing the author can do until feedback is provided. One way of contributing to the project is to providing meaningful reviews.

Based on previous interactions in other tickets, I would recommend that you consider looking for a ticket with no owner, or a ticket where there is an owner with a PR with long standing issues that haven't been addressed in a long time.

comment:8 by Shubh Rai, 13 days ago

Surely I would follow your advice, I am new to the Django ticket workflow so I did not know. I thought contributor was not active.

Note: See TracTickets for help on using tickets.
Back to Top