Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: d7429defe6f8d1dce49976cf49827d18ff6be025
      
https://github.com/django/django/commit/d7429defe6f8d1dce49976cf49827d18ff6be025
  Author: Tomasz Rybak <[email protected]>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    A django/core/management/commands/sqldropindexes.py
    M django/core/management/sql.py
    M django/db/backends/creation.py
    M django/db/backends/mysql/creation.py
    M tests/regressiontests/bash_completion/tests.py
    M tests/regressiontests/commands_sql/tests.py

  Log Message:
  -----------
  Add sqldropindexes to manage

Change patch from https://code.djangoproject.com/ticket/5568
to work on modern Django.
Add special case for MySQL which has different syntax for DROP INDEX.
Add unit tests for the new functionality.


  Commit: 5099f31a31c80e82bdc185b23c9ac5f1f472fefb
      
https://github.com/django/django/commit/5099f31a31c80e82bdc185b23c9ac5f1f472fefb
  Author: Tomasz Rybak <[email protected]>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    M docs/ref/django-admin.txt

  Log Message:
  -----------
  Made changes asked in review by HonzaKral

Add documentation for new command in django-admin.


  Commit: e4e12875905ae7360e131e9ef93ce91c638b65fd
      
https://github.com/django/django/commit/e4e12875905ae7360e131e9ef93ce91c638b65fd
  Author: Honza Král <[email protected]>
  Date:   2013-02-24 (Sun, 24 Feb 2013)

  Changed paths:
    A django/core/management/commands/sqldropindexes.py
    M django/core/management/sql.py
    M django/db/backends/creation.py
    M django/db/backends/mysql/creation.py
    M docs/ref/django-admin.txt
    M tests/regressiontests/bash_completion/tests.py
    M tests/regressiontests/commands_sql/tests.py

  Log Message:
  -----------
  Merge pull request #817 from rybaktomasz/ticket_5568

Fixes #5568 -- DROP INDEX subcommand


Compare: https://github.com/django/django/compare/cbb9f629b88d...e4e12875905a

-- 
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 [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to