Re: MAC adddres field

2013-06-26 Thread Russell Keith-Magee
On Wed, Jun 26, 2013 at 11:47 PM, Patryk Ściborek wrote: > W dniu środa, 26 czerwca 2013 17:26:12 UTC+2 użytkownik Carl Meyer napisał: > > >> Do you have any new information to justify why the existing resolution >> of #2239 should be reconsidered? >> >> I think the existing

Re: MAC adddres field

2013-06-26 Thread Patryk Ściborek
On Wed, Jun 26, 2013 at 5:53 PM, Thomas K. Adamcik wrote: > > https://pypi.python.org/pypi/django-netfields is postgres specific and is > probably what you are really looking for. It provides CIDR, INET and MAC > fields, > use netaddr for the python side and also add

Re: MAC adddres field

2013-06-26 Thread Shai Berger
On Wednesday 26 June 2013, Patryk Ściborek wrote: > W dniu środa, 26 czerwca 2013 17:26:12 UTC+2 użytkownik Carl Meyer napisał: > > Do you have any new information to justify why the existing resolution > > of #2239 should be reconsidered? > > > > I think the existing resolution is correct. This

Re: MAC adddres field

2013-06-26 Thread Thomas K. Adamcik
Hi, On Wed, Jun 26, 2013 at 04:27:19PM +0100, Marc Tamlyn wrote: > Personally, I'm not convinced that it should be part of core Django, > especially as only one of the supported databases covers it. > > There seem to be some implementations about in the wild, though they don't > appear to use

Re: MAC adddres field

2013-06-26 Thread Patryk Ściborek
W dniu środa, 26 czerwca 2013 17:26:12 UTC+2 użytkownik Carl Meyer napisał: > > Do you have any new information to justify why the existing resolution > of #2239 should be reconsidered? > > I think the existing resolution is correct. This seems like a perfect > case for a third-party field

Re: MAC adddres field

2013-06-26 Thread Andre Terra
Hi Patryk, While I understand your use case, I believe your proposal is lacking an argument as to why this should belong in core instead of in a third-party module. Considering it's restricted to PSQL, I find the maintenance burden hard to justify. Cheers, André Terra On Jun 26, 2013 12:20 PM,

Re: MAC adddres field

2013-06-26 Thread Marc Tamlyn
Personally, I'm not convinced that it should be part of core Django, especially as only one of the supported databases covers it. There seem to be some implementations about in the wild, though they don't appear to use the PG specific functionality. https://github.com/tubaman/django-macaddress

Re: MAC adddres field

2013-06-26 Thread Carl Meyer
Hi Patryk, On 06/26/2013 09:13 AM, Patryk Ściborek wrote: > I would like to ask you to reconsider addition of field representing MAC > address. There was similar ticket created 7 years ago: > https://code.djangoproject.com/ticket/2239 and it was closed with wontfix. > > I use Django in many