Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: c4aa26a983c91b1ec015fe0552077847116dfab7
      
https://github.com/django/django/commit/c4aa26a983c91b1ec015fe0552077847116dfab7
  Author: Malcolm Tredinnick <malcolm.tredinn...@gmail.com>
  Date:   2012-09-08 (Sat, 08 Sep 2012)

  Changed paths:
    M django/contrib/admin/options.py
    M django/contrib/admin/util.py
    M django/contrib/gis/db/models/sql/where.py
    A django/db/models/constants.py
    M django/db/models/query.py
    M django/db/models/sql/compiler.py
    M django/db/models/sql/constants.py
    M django/db/models/sql/expressions.py
    M django/db/models/sql/query.py
    M django/db/models/sql/subqueries.py

  Log Message:
  -----------
  Internal refactoring; moving LOOKUP_SEP up one level.

In an ideal world, nothing except django.db.models.query should have to
import stuff from django.models.sql.*. A few things were needing to get
hold of sql.constants.LOOKUP_SEP, so this commit moves it up to
django.db.models.constants.LOOKUP_SEP.

There are still a couple of places (admin) poking into sql.* to get
QUERY_TERMS, which is unfortunate, but a slightly different issue and
harder to adjust.



-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to