Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 2d309a7043e3625cfeeadbc252322e5599dfffc0
      
https://github.com/django/django/commit/2d309a7043e3625cfeeadbc252322e5599dfffc0
  Author: Bozidar Benko <bbe...@gmail.com>
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    M AUTHORS
    M django/contrib/admin/options.py
    M django/contrib/admin/views/main.py
    M docs/ref/contrib/admin/index.txt
    M tests/admin_views/admin.py
    M tests/admin_views/models.py
    M tests/admin_views/tests.py

  Log Message:
  -----------
  Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.

This adds a get_search_results method that users can override to
provide custom search strategies.

Thanks to Daniele Procida for help with the docs.


  Commit: c0719d076f36ad908d0ab77e36f7f60a771e3c80
      
https://github.com/django/django/commit/c0719d076f36ad908d0ab77e36f7f60a771e3c80
  Author: Russell Keith-Magee <russ...@keith-magee.com>
  Date:   2013-05-19 (Sun, 19 May 2013)

  Changed paths:
    M AUTHORS
    M django/contrib/admin/options.py
    M django/contrib/admin/views/main.py
    M docs/ref/contrib/admin/index.txt
    M tests/admin_views/admin.py
    M tests/admin_views/models.py
    M tests/admin_views/tests.py

  Log Message:
  -----------
  Merge pull request #1166 from bbenko/ticket_15961

Fixed #15961 -- Added get_search_results to ModelAdmin


Compare: https://github.com/django/django/compare/b06f6c1618a6...c0719d076f36

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to