On 12/16/06 3:05 AM, ben wrote:
> I've added some functionality to Changelist (in
> django.contrib.admin.views) and some related areas to add a select
> field to the pagination on change_list pages that allows you to overide
> the list_per_page value in Admin for your models. How should I go about
> sharing the code for this addition?

Awesome - I'd love to see it!

A good place to start is with our guide to contributing patches: 
http://www.djangoproject.com/documentation/contributing/#submitting-patches.

The most important part is correctly generating a patch, but luckily 
subversion makes this pretty easy. All you have to do is run "svn diff" and 
save the output into a file (if you're on a *nix, "svn diff > mypatch.diff" 
will do the trick nicely).

If you run this comment from the top of the Django source tree (i.e. the 
directory that contains "AUTHORS", "LICENSE", and "README"), you'll get a 
patch that covers everything you've changed in the tree.

Then you can either create a ticket with the patch, or if you'd like feedback 
without/before opening a ticket, just post it here.

Hope that helps, and I look forward to checking out your code.

Jacob

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

Reply via email to