Re: [Django] #30186: Show applied datetime in showmigrations

2019-03-08 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  Timothy
 |  Schilling
 Type:  New feature  |   Status:  closed
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  migrations   | Triage Stage:  Ready for
  showmigrations |  checkin
Has patch:  1|  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:"7c68cea7ee406fcb1b632e3a1a7f6f53e1423839" 7c68cea]:
 {{{
 #!CommitTicketReference repository=""
 revision="7c68cea7ee406fcb1b632e3a1a7f6f53e1423839"
 Fixed #30186 -- Made showmigrations --list display the applied datetimes
 at verbosity 2+.
 }}}

-- 
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/069.1d3a5bd070a597bb2b2417223ab15ccb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-03-07 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  Timothy
 |  Schilling
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Ready for
  showmigrations |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"371ddade1e4e28827fd45e041c9410f8b4f01067" 371ddade]:
 {{{
 #!CommitTicketReference repository=""
 revision="371ddade1e4e28827fd45e041c9410f8b4f01067"
 Refs #30186 -- Changed MigrationRecorder.applied_migrations() to return a
 dict.
 }}}

-- 
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/069.19c73d4ba033f195660afca715fad5c7%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-03-07 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  Timothy
 |  Schilling
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Ready for
  showmigrations |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Carlton Gibson):

 Just needs a squash and a rebase.

-- 
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/069.8138aaf8d4b89847d127e6a6de581963%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-03-07 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  Timothy
 |  Schilling
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Ready for
  showmigrations |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * stage:  Accepted => Ready for checkin


-- 
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/069.7016b617fddcc4f389fb4affb0cac438%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-02-15 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  Timothy
 |  Schilling
 Type:  New feature  |   Status:  assigned
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Accepted
  showmigrations |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Timothy Schilling):

 * status:  new => assigned
 * owner:  nobody => Timothy Schilling
 * has_patch:  0 => 1


Old description:

> My idea is to add the applied datetime value to the showmigrations
> command.
>
> I've run into the case where I'm working on a branch that involves a
> number of migrations across various apps, but then have to switch to a
> different branch which has different migrations. It can be troublesome to
> determine which migrations are new and need to be rolled back. I've
> recently started looking at the django_migrations table sorted on the
> applied column to determine which I've run recently. This would make
> switching between branches involving conflicting migrations easier.
>
> There was some brief discussion [https://groups.google.com/forum/#!topic
> /django-developers/yWuVFvOUhy4 here].
>
> I've initially implemented this so that it would only apply to the
> `--list` option with a `--verbosity` of 2 and above. [https://github.com
> /tim-schilling/django/pull/1 Here's what I have so far.] I wasn't sure
> how to handle backporting.

New description:

 My idea is to add the applied datetime value to the showmigrations
 command.

 I've run into the case where I'm working on a branch that involves a
 number of migrations across various apps, but then have to switch to a
 different branch which has different migrations. It can be troublesome to
 determine which migrations are new and need to be rolled back. I've
 recently started looking at the django_migrations table sorted on the
 applied column to determine which I've run recently. This would make
 switching between branches involving conflicting migrations easier.

 There was some brief discussion [https://groups.google.com/forum/#!topic
 /django-developers/yWuVFvOUhy4 here].

 I've initially implemented this so that it would only apply to the
 `--list` option with a `--verbosity` of 2 and above. ~~[https://github.com
 /tim-schilling/django/pull/1 Here's what I have so far.] I wasn't sure how
 to handle backporting.~~

 [https://github.com/django/django/pull/10997 PR]

 Edited to strikeout old PR and reference the one to origin.

--

-- 
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/069.4b5a8ae7dd781a6717e1a685150ada83%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-02-14 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Accepted
  showmigrations |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Ryan Siemens):

 * needs_better_patch:  1 => 0
 * has_patch:  1 => 0


-- 
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/069.8e7e0401f9dc5c740dc2e9248f53f077%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-02-14 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Accepted
  showmigrations |
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Ryan Siemens):

 * needs_better_patch:  0 => 1
 * has_patch:  0 => 1


-- 
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/069.f0083ea9fc26535e7cad9b5bc4733f54%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #30186: Show applied datetime in showmigrations

2019-02-14 Thread Django
#30186: Show applied datetime in showmigrations
-+-
 Reporter:  Timothy Schilling|Owner:  nobody
 Type:  New feature  |   Status:  new
Component:  Core (Management |  Version:  master
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:  migrations   | Triage Stage:  Accepted
  showmigrations |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * has_patch:  1 => 0
 * stage:  Unreviewed => Accepted


Comment:

 We're past the feature freeze for 2.2, so please target the patch for 3.0
 and send the pull request to django/django rather than to your fork.

-- 
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/069.37e135b45f9dc507f2ad31493fa59fff%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.