Slight typo here, I think:

On Fri, May 28, 2010 at 12:06 PM, Andrew Godwin <and...@aeracode.org> wrote:
>  - Inside an application, migrations are implicitly ordered by name (by
> string sort, so "0001_initial" is before "0002_second", and "alpha" is
> before "beta", but "11_foo" is not before "2_bar").

'11_foo' would sort before '2_bar', obviously.

'1_bar' would not sort before '11_foo', which I think is the point
Andrew is trying to get across - this will be an alphanumeric sort,
you must prefix with '0' if you want predictability.


Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to