non-nullable field

2018-09-25 Thread miyandamainga
Whenever i try to makemigrations it refuses saying You are trying to add a 
non-nullable field without a default then gives an option of using 
showtime.now() as an example.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/f9265057-00f4-4e8d-abea-99219e63cb8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: non-nullable field

2018-09-25 Thread Tim Graham
This mailing list is for the development of Django itself, not for support. 
Use the django-users mailing list for that, or IRC #django on freenode, or 
a site like Stack Overflow.

On Tuesday, September 25, 2018 at 8:11:33 AM UTC-4, miyand...@gmail.com 
wrote:
>
> Whenever i try to makemigrations it refuses saying You are trying to add a 
> non-nullable field without a default then gives an option of using 
> showtime.now() as an example.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/66e0aa83-568d-4d7e-90eb-71a93b6779bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fellow Reports - September 2018

2018-09-25 Thread Tim Graham


Week ending September 22, 2018

Triaged

---

https://code.djangoproject.com/ticket/29762 - Document how database routers 
are used for related object access (accepted)

https://code.djangoproject.com/ticket/29774 - `django-admin shell` hangs if 
the user starts typing before shell is ready (accepted)

Authored

--

https://github.com/django/django/pull/10420 - Refs #29198 -- Fixed migrate 
--plan crash if RunSQL uses a list or tuple.

https://github.com/django-haystack/django-haystack/pull/1641 - Add Django 
2.1 compatibility

https://github.com/sphinx-contrib/spelling/pull/24 - Remove usage of 
deprecated logging API

Reviewed/committed

--

https://github.com/django/django/pull/10359 - Fixed #27899 -- Added support 
for phrase/raw searching in SearchQuery.

https://github.com/django/django/pull/10033 - Fixed #29478 -- Added support 
for mangled names to cached_property.

https://github.com/django/django/pull/9606 - Fixed #23646 -- Added 
QuerySet.bulk_update() to efficiently update many models.
https://github.com/django/django/pull/10410 - Updated contributing 
tutorial's virtual environment instructions.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/bad6b856-e891-440b-bb3f-c4062d20e730%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.