Re: dumping your django data

2006-04-17 Thread limodou
On 4/18/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Apr 17, 2006, at 2:57 PM, Adrian Holovaty wrote: > >> It would be very beneficial if there was a way to dump all of your > >> data > >> out of your database through the django admin interface and _not_ in > >> any sort of mysql/postgr

Re: A problem of js option of Admin options

2006-04-17 Thread Rudolph
Hi, I recently posted your first suggestion: http://code.djangoproject.com/ticket/1633. Is this something that should be built into Django? I think one should be abled to load javascript files (and other files) from every possible URL and defaults to the ADMIN_MEDIA_PREFIX. More on your second s

Re: dumping your django data

2006-04-17 Thread Jacob Kaplan-Moss
On Apr 17, 2006, at 2:57 PM, Adrian Holovaty wrote: >> It would be very beneficial if there was a way to dump all of your >> data >> out of your database through the django admin interface and _not_ in >> any sort of mysql/postgres dump format. >> >> Why would this be nice? For one, it would be

Re: dumping your django data

2006-04-17 Thread Adrian Holovaty
On 4/17/06, jsm <[EMAIL PROTECTED]> wrote: > It would be very beneficial if there was a way to dump all of your data > out of your database through the django admin interface and _not_ in > any sort of mysql/postgres dump format. > > Why would this be nice? For one, it would be great for shipping

Re: dumping your django data

2006-04-17 Thread jsm
Are there no subtle differences between different DBA's for inserting data? A mysql data dump can always be used on an oracle/postgres, mssql? I can honestly say I'm not well versed in anything but mysql so I really don't know. --~--~-~--~~~---~--~~ You received

Re: dumping your django data

2006-04-17 Thread Julio Nobrega
But in theory a db data dump file is portable. It's just a text file with a bunch of INSERTs and/or REPLACEs. On 4/17/06, jsm <[EMAIL PROTECTED]> wrote: > > I was discussing this on #django with another person, and thought I get > some devel feedback before I put in a feature request.. > > It w

dumping your django data

2006-04-17 Thread jsm
I was discussing this on #django with another person, and thought I get some devel feedback before I put in a feature request.. It would be very beneficial if there was a way to dump all of your data out of your database through the django admin interface and _not_ in any sort of mysql/postgres d

A problem of js option of Admin options

2006-04-17 Thread huangyi
class Admin: js = [url,] django always translate url to 'admin_media/'+url I think if url.startswith('http://'): url else: 'media/'+url is better. OR always translate url to 'custom_media/'+url , because this *IS* custom js. I just want to use FCKEditor to replace a Tex

Re: Extending templates programmatically

2006-04-17 Thread Ian Clelland
On 4/16/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > Sure, I'd say that's worth submitting as an enhancement ticket. I can > definitely see use for that! Done -- it's at http://code.djangoproject.com/ticket/1650 (It's a bit more than two lines, but only because I threw in a couple of unit

Re: CIDR Support for Django

2006-04-17 Thread Rob Shakir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob Shakir wrote: > This is something I'm prepared to do - however, due to task sizes, and > the fact it's not going to fit in during the course of development of > the project I'm working on - it's going to take a little while. I > definitely think t

Re: CIDR Support for Django

2006-04-17 Thread Rob Shakir
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russell Keith-Magee wrote: > Ok; I'm open to be convinced. Here's how to convince me: > This is something I'm prepared to do - however, due to task sizes, and the fact it's not going to fit in during the course of development of the project I'm work

Re: Ideas for /examples/ directory

2006-04-17 Thread wiz
> Does anybody have ideas for examples that would be worthwhile and > helpful to add to the examples directory? Using content-type/object fields. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" gro

`singular` on M2M fields

2006-04-17 Thread Russell Keith-Magee
Hi all, In working through the Model API documentation, I came across the 'singular' argument for m2m fields. Since we have removed the pluralization parts of Django, it seems to me that `singular` is no longer required. Does anyone have any objections to me removing this argument, or is there a