Re: [Django] #23961: makemigrations doesn't create migrations package when app_label isn't specified

2014-12-09 Thread Django
#23961: makemigrations doesn't create migrations package when app_label isn't
specified
---+-
 Reporter:  dibrovsd   |Owner:  timgraham
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.7
 Severity:  Normal |   Resolution:  fixed
 Keywords:  migration  | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by Tim Graham ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"fa6e3a40e1866b64eb30e0dfbd43b340c0d831da"]:
 {{{
 #!CommitTicketReference repository=""
 revision="fa6e3a40e1866b64eb30e0dfbd43b340c0d831da"
 Fixed #23961 -- Clarified when makemigrations will create a directory.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.1866525d784784b5e4519ccd7508662f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23961: makemigrations doesn't create migrations package when app_label isn't specified

2014-12-09 Thread Django
#23961: makemigrations doesn't create migrations package when app_label isn't
specified
---+-
 Reporter:  dibrovsd   |Owner:  timgraham
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.7
 Severity:  Normal |   Resolution:  fixed
 Keywords:  migration  | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-

Comment (by Tim Graham ):

 In [changeset:"da562d6a8785d28b75475c1c3d1eb5987253bc35"]:
 {{{
 #!CommitTicketReference repository=""
 revision="da562d6a8785d28b75475c1c3d1eb5987253bc35"
 [1.7.x] Fixed #23961 -- Clarified when makemigrations will create a
 directory.

 Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.2bdc1948422bb000f7a840858e886bcb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23961: makemigrations doesn't create migrations package when app_label isn't specified

2014-12-09 Thread Django
#23961: makemigrations doesn't create migrations package when app_label isn't
specified
---+-
 Reporter:  dibrovsd   |Owner:  timgraham
 Type:  Bug|   Status:  assigned
Component:  Documentation  |  Version:  1.7
 Severity:  Normal |   Resolution:
 Keywords:  migration  | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by timgraham):

 * status:  new => assigned
 * owner:  nobody => timgraham
 * component:  Migrations => Documentation


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.c23da72a94be9845051be5adcacbf004%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23961: makemigrations doesn't create migrations package when app_label isn't specified

2014-12-08 Thread Django
#23961: makemigrations doesn't create migrations package when app_label isn't
specified
+
 Reporter:  dibrovsd|Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Migrations  |  Version:  1.7
 Severity:  Normal  |   Resolution:
 Keywords:  migration   | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+

Comment (by carljm):

 I thought that until support for apps without migrations was removed, it
 was intentional that `makemigrations` would only create the migrations
 module if you gave it an app-label (I think that's the behavior with or
 without `MIGRATION_MODULES` set). Otherwise it would be very difficult to
 use migrated apps alongside unmigrated apps in the same project. I think
 the plan is in Django 1.9 (when support for unmigrated apps goes away),
 makemigrations should start always creating the migration module.

 I'm not entirely sure about that, but that was my understanding. If that's
 the case, there still may be a documentation update needed.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.ce44b57961d99071912b3a8748baa40b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #23961: makemigrations doesn't create migrations package when app_label isn't specified (was: MIGRATION_MODULES and makemigration with no arguments)

2014-12-08 Thread Django
#23961: makemigrations doesn't create migrations package when app_label isn't
specified
+
 Reporter:  dibrovsd|Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Migrations  |  Version:  1.7
 Severity:  Normal  |   Resolution:
 Keywords:  migration   | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by timgraham):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * easy:  1 => 0
 * needs_docs:   => 0
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Accepted


Comment:

 It seems the fix for #22682 (allowing `makemigrations` to create the
 migrations package) only works if you specify the `app_label`. We should
 either update the documentation that was added as part of that ticket (in
 `docs/ref/settings.txt`) or see if we can make package creation happen
 when using `makemigrations` without an `app_label`.

 I couldn't tell if there were any more problems besides that in your
 report. If so, a separate ticket may be appropriate.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.bec8407af6e02542fcc19e7ce8dee433%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.