Hi,

I was searching for a way to add a class to messages that are created
via user.message_set.create(message="my message here").  I found a
number of people discussing this and found what seems to be patch that
does just what I want:

http://code.djangoproject.com/attachment/ticket/3995/3995.django.contrib.auth.diff

However, after downloading the django source via:

svn co http://code.djangoproject.com/svn/django/trunk/

I don't see that patch in place.  This is my first time getting source
rather than using the release.  How would I find out what the status
of this is?  Perhaps I am not really seeing top of trunk?

svn info for models.py shows this:
lslogin6 trunk/django/contrib/auth % svn info models.py
Path: models.py
Name: models.py
URL: 
http://code.djangoproject.com/svn/django/trunk/django/contrib/auth/models.py
Repository Root: http://code.djangoproject.com/svn
Repository UUID: bcc190cf-cafb-0310-a4f2-bffc1f526a37
Revision: 9814
Node Kind: file
Schedule: normal
Last Changed Author: mtredinnick
Last Changed Rev: 9160
Last Changed Date: 2008-10-05 22:14:17 -0700 (Sun, 05 Oct 2008)
Text Last Updated: 2009-02-06 12:33:42 -0800 (Fri, 06 Feb 2009)
Checksum: a285c8cfc374d7cc53e163ff4d63b4c0

Thanks!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to