You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for Django developers. This group is used for discussion of developing Django itself, not user questions; Please use django-users for issues regarding using the framework, questions for the Django user community outreach, etc.
|
|
|
Glad site is being brought back.
|
| |
I was just about to post a public message to Simon Willison urging him
to shut it down or fix the site when I found this thread.
I wish to say thank you and am very grateful that you are fixing and
bringing the service back.
On unrelated note would it be possible to change my username on the... more »
|
|
Context-aware Loaders
|
| |
I don't think this is possible yet, but seems like a handy idea, and I'm not the first person to think so. My use case deals with PyJade <[link]>. Right now, the library wraps the default loaders (similar to the way the django cache loader does) with a Django-specific loader and "pre-renders"... more »
|
|
GeoDjango and requirement's versions
|
| |
Hello!
[link] lists GeoDjango's version requirements.
Fedora ships newer versions of those libraries. I was wondering whether
any incompatibility could exist:
Fedora has:
Proj 4.8
GDAL 1.9
I was also wondering about PostGIS 2.0, although there is no Fedora... more »
|
|
RFC: More class based views, take two
|
| |
The generic class based views were introduced in 1.3, since then they
haven't seen much love. I feel the most wanted missing views are the
formsets related ones (specially the inline_formsets related ones).
I've written to the list some months ago[0] with no reply. Luckily I'll
get more traction this time. Several projects have popped up[1, 2, 3] to... more »
|
|
Python 3 port - now available on GitHub
|
| |
The single codebase port of Django to Python 3 is now available on
GitHub [1]. Recent core changes have been merged, and the test results
are available at [2].
Summary:
2.7.2: Ran 4734 tests in 540.793s - OK (skipped=112, expected
failures=3)
3.2.2: Ran 4688 tests in 524.807s - OK (skipped=120, expected... more »
|
|
Suggestion: make auth login view more dynamic
|
| |
I couldn't find an existing ticket but I'd like to suggest a change to make the basic auth view more dynamic (I'm not fond of hardcoded context variables :-))
change:
def login(request, template_name='registration/lo gin.html',
redirect_field_name=REDIRECT_F IELD_NAME,
authentication_form=Authentica tionForm,... more »
|
|
Announcement: twice-monthly Django sprints in San Francisco
|
| |
My company, Votizen, now has an office in San Francisco, just a block
from the 4th St Caltrain station. We have room to host sprints -
easily 25 people, though we can grow if there is demand. We have a
professional kitchen, great coffee gear, and maybe a kegerator soon.
There are many great places to eat within an easy walk.... more »
|
|
|