Hi Russell,
Thanks for all your feedback. I think I've got everything covered except
for a few questions about the API (see below).
On Fri, Nov 20, 2009 at 3:29 AM, Russell Keith-Magee wrote:
> * importcls: I can see that the aim here is to reduce code
> duplication. However, I'm not convinc
Hi,
I've worked on a few patches (and noticed some others) [#9502, #11782,
#11800] to the documentation to add content-sensitive Sphinx markup to
improve the structure of the docs, however, in #11800 Alex commented
that "Jacob has been working on/did a patch for Sphinx that allowed
any literals to
I am currently modeling the SQL creation code in sql.py and
creation.py, as well as the field type code in fields.py. So I'm on a
good track - now where should I look to hook into admin.py?
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
You picked the wrong list, this one is for discussion django's development,
not development with django.
The list for django users is there: django-us...@googlegroups.com
On Sun, Nov 29, 2009 at 11:55 AM, Joshua Kramer wrote:
> Hello,
>
> What document or example code should I consult to learn
Hello,
What document or example code should I consult to learn how to tap
into admin.py to output specific data based on a model? For example,
if I have an application and a handful of models, if I do "admin.py
sqlall" then I get output that consists of SQL statements used to
generate the model i
Or install IPython and run manage.py shell
2009/11/28 Antoni Aloy
> 2009/11/28 James Bennett :
> > On Fri, Nov 27, 2009 at 6:07 AM, noel wrote:
> >> I really love this application Reinteract. Its an enhancement to
> >> Python Interactive Shell. And it would be lovely if I can use
> >> Reinterac
On Nov 29, 6:40 am, Luke Plant wrote:
> Hi all,
>
> I started work replacing Django's if with the "smart-if" template tag
> by Chris Beaven (http://www.djangosnippets.org/snippets/1350/)
Neat! I'm assuming you'll be posting this to your bitbucket soon? :)
> 1) Handling non-existent variables
> 2