What happend to "SVN is least common denominator"?
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/5DgmsJ17_8oJ.
To post to this group, send email
Settings pk as None is recommended method of model cloning, as per:
https://docs.djangoproject.com/en/dev/topics/db/queries/#copying-model-instances
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
h
Most important: where to send all those beer pints?
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/4NW-QeNEBvAJ.
To post to this group, send emai
This is good news. Thanks.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/tZW8wIV9fv0J.
To post to this group, send email to django-developers@go
ou're planning to attend, please register at:
http://sprint.pykonik.org/registration/
As Django 1.4 is almost ready, most probably we will be focusing
on fixing any bugs preventing the release.
Sprint is organized by Kraków Python User Group Pykonik
--
Tomek Paczkowski
http://hauru.eu
--
You rec
I remember that Ruby on Rails solved problem with checkboxes with a hidden
field that was added before each checkbox [1]
[1]: http://apidock.com/rails/ActionView/Helpers/FormHelper/check_box
On Friday, June 5, 2015 at 11:29:21 AM UTC+1, Patryk Zawadzki wrote:
>
> Hi folks,
>
> I've talked to Ma
I think Russ wanted to say that if you have this problem and want it fixed,
the best way is go to ticket page on trac and contribute to it. It can be
in couple of ways: provide useful steps to reproduce, reviewing patches
etc.
I see there is Pull Request attached, so try checking it out and se
[Cross posting with django-users]
Hello,
Pykonik, Kraków Python User Group, would like to invite you to 3rd Django
Sprint in Kraków. We would like this event to become a winter tradition, so
come and join us! This year we meet on weekend of 15th and 16th February in
brand new offices of Base,
If I understand correctly, your legacy database is not in "public" schema.
Django offers no support for Postgres schemas, it's left to the
developer/ops people to have correct search_path set.
There are two possible fixes for you:
- set Postgres user default search path to contain your schema
- h