Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 176803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T13:56:32+00:00 2026-05-11T13:56:32+00:00

I want to apply the ordering Meta option to the Django model User from

  • 0

I want to apply the ‘ordering’ Meta option to the Django model User from django.contrib.auth.models. Normally I would just put the Meta class in the model’s definition, but in this case I did not define the model. So where do I put the Meta class to modify the User model?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T13:56:33+00:00Added an answer on May 11, 2026 at 1:56 pm

    Paolo’s answer is great; I wasn’t previously aware of the new proxy support. The only issue with it is that you need to target your code to the OrderedUser model – which is in a sense similar to simply doing a User.objects.filter(....).order_by('username'). In other words, it’s less verbose but you need to explicitly write your code to target it. (Of course, as mentioned, you’d also have to be on trunk.)

    My sense is that you want all User queries to be ordered, including in third party apps that you don’t control. In such a circumstance, monkeypatching the base class is relatively easy and very unlikely to cause any problems. In a central location (such as your settings.py), you could do:

    from django.contrib.auth.models import User User.Meta.ordering = ['username'] 

    UPDATE: Django 1.5 now supports configurable User models.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to apply scaling animation to UIButton.When user drag button upside of the
i want to apply masking over the textinput that need to get SSN from
I want to apply ckeditor on specific textarea in django admin form not on
I want to apply Custom CSS into external webpage in WebView just like follow
I want to apply a style to all classes derived from Control. Is this
I want to apply operations from the OpenCV computer vision library, in real time,
I want to apply the following style to all controls that derive from ButtonBase
I want to apply styles ( edit:in my browser's user-defined stylesheet, a local file
I want apply margin property for my html newsletter But Gmail ignores this CSS
I want to apply texture to the transparent png(bitmap), but I don't want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.