Re: [Django] #1099: [patch] Enable usage of absolute path for admin js option

2006-08-02 Thread Django
#1099: [patch] Enable usage of absolute path for admin js option +--- Reporter: Nebojša Đorđević - nesh <[EMAIL PROTECTED]> |Owner: adrian Type: enhancement | St

[Django] #2472: forms get_validation_errors()

2006-08-02 Thread Django
#2472: forms get_validation_errors() +--- Reporter: ratty | Owner: somebody Type: defect | Status: new Priority: normal | Milestone: Component: Validators | Version:

Re: [Django] #1511: [patch] History always records changes to boolean fields

2006-08-02 Thread Django
#1511: [patch] History always records changes to boolean fields -+-- Reporter: vitaliyf |Owner: adrian Type: defect | Status: new Priority: normal |Milestone:

[Django] #2471: [patch] date_based generic view doesn't work with DateField and sqlite

2006-08-02 Thread Django
#2471: [patch] date_based generic view doesn't work with DateField and sqlite --+- Reporter: Steven Armstrong | Owner: jacob Type: defect| Status: new Priority: normal| Milest

Re: [Django] #2070: [patch] Large streaming uploads

2006-08-02 Thread Django
#2070: [patch] Large streaming uploads --+- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: assigned Priority: normal|Milestone:

Re: [Django] #952: [patch] Allow for database client encoding configuration from project settings

2006-08-02 Thread Django
#952: [patch] Allow for database client encoding configuration from project settings --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type:| Status: closed Priority: normal

Re: [Django] #1511: History always records changes to boolean fields

2006-08-02 Thread Django
#1511: History always records changes to boolean fields -+-- Reporter: vitaliyf |Owner: adrian Type: defect | Status: new Priority: normal |Milestone: Compone

Re: [Django] #2318: Hibernate's component mapping type for Django

2006-08-02 Thread Django
#2318: Hibernate's component mapping type for Django --+- Reporter: anonymous |Owner: adrian Type: enhancement | Status: closed Priority: normal|Milestone: Comp

Re: [Django] #952: [patch] Allow for database client encoding configuration from project settings

2006-08-02 Thread Django
#952: [patch] Allow for database client encoding configuration from project settings --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: Submit changes| Status: closed Priority: normal

Re: [Django] #2070: [patch] Large streaming uploads

2006-08-02 Thread Django
#2070: [patch] Large streaming uploads --+- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: assigned Priority: normal|Milestone:

Re: [Django] #2070: [patch] Large streaming uploads

2006-08-02 Thread Django
#2070: [patch] Large streaming uploads --+- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: assigned Priority: normal|Milestone:

Re: [Django] #2456: [patch] addslashes filter doesn't escape backslashes

2006-08-02 Thread Django
#2456: [patch] addslashes filter doesn't escape backslashes -+-- Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: new Priority: normal |Milestone:

Re: [Django] #2458: [patch] Backslashes in LIKE queries are not escaped

2006-08-02 Thread Django
#2458: [patch] Backslashes in LIKE queries are not escaped --+- Reporter: [EMAIL PROTECTED]|Owner: adrian Type: defect| Status: new Priority: normal|Milestone:

Re: [Django] #2070: [patch] Large streaming uploads

2006-08-02 Thread Django
#2070: [patch] Large streaming uploads --+- Reporter: [EMAIL PROTECTED] |Owner: jacob Type: enhancement | Status: assigned Priority: normal|Milestone:

Re: [Django] #952: [patch] Allow for database client encoding configuration from project settings

2006-08-02 Thread Django
#952: [patch] Allow for database client encoding configuration from project settings --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type:| Status: closed Priority: normal

[Changeset] r3518 - in django/branches/per-object-permissions/django: contrib/admin contrib/admin/templates/admin contrib/admin/views contrib/auth db/models

2006-08-02 Thread noreply
Author: clong Date: 2006-08-02 10:47:11 -0500 (Wed, 02 Aug 2006) New Revision: 3518 Modified: django/branches/per-object-permissions/django/contrib/admin/row_level_perm_manipulator.py django/branches/per-object-permissions/django/contrib/admin/templates/admin/change_form.html django/b

Re: [Django] #2171: Russian translation

2006-08-02 Thread Django
#2171: Russian translation --+- Reporter: greg |Owner: hugo Type: defect| Status: new Priority: normal|Milestone: Version 0.93 Component: Translations

Re: [Django] #2318: Hibernate's component mapping type for Django

2006-08-02 Thread Django
#2318: Hibernate's component mapping type for Django --+- Reporter: anonymous |Owner: adrian Type: enhancement | Status: closed Priority: normal|Milestone: Comp

Re: [Django] #2439: user_passes_test function does not work on python 2.3

2006-08-02 Thread Django
#2439: user_passes_test function does not work on python 2.3 ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority: normal |Milestone:

Re: [Django] #852: kakalu.com

2006-08-02 Thread Django
#852: kakalu.com ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority: normal |Milestone: Component: Database

Re: [Django] #2462: Related Object Lookup Popup Window is too small

2006-08-02 Thread Django
#2462: Related Object Lookup Popup Window is too small ---+ Reporter: [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority: normal |Miles

[Changeset] r3517 - django/trunk/django/contrib/admin/media/js/admin

2006-08-02 Thread noreply
Author: adrian Date: 2006-08-02 10:07:46 -0500 (Wed, 02 Aug 2006) New Revision: 3517 Modified: django/trunk/django/contrib/admin/media/js/admin/RelatedObjectLookups.js Log: Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 800-pixels wide. Thanks for reporting, [EMAI

[Changeset] r3516 - in django/trunk: . django/core

2006-08-02 Thread noreply
Author: adrian Date: 2006-08-02 10:05:51 -0500 (Wed, 02 Aug 2006) New Revision: 3516 Modified: django/trunk/AUTHORS django/trunk/django/core/management.py Log: Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simon Greenhill Modified: django/trunk/AUTHORS =

Re: [Django] #2467: [patch] date_hierarchy in model is not checked for validity.

2006-08-02 Thread Django
#2467: [patch] date_hierarchy in model is not checked for validity. ---+ Reporter: Simon Greenhill, [EMAIL PROTECTED] |Owner: adrian Type: defect | Status: closed Priority:

[Changeset] r3515 - django/branches/full-history/django/contrib/history/views

2006-08-02 Thread noreply
Author: utrebec Date: 2006-08-02 09:59:08 -0500 (Wed, 02 Aug 2006) New Revision: 3515 Modified: django/branches/full-history/django/contrib/history/views/main.py Log: [full-history] * comment out some testing prints Modified: django/branches/full-history/django/contrib/history/views/main.py

[Changeset] r3514 - django/branches/full-history/django/contrib/history

2006-08-02 Thread noreply
Author: utrebec Date: 2006-08-02 09:56:58 -0500 (Wed, 02 Aug 2006) New Revision: 3514 Modified: django/branches/full-history/django/contrib/history/models.py Log: [full-history] * Added some error checking in get_version() and save_new_revision() * Changed signal from signals.pre_save to signa

[Django] #2470: unique_together and edit_inline causes error in admin, depending on uniqueness order

2006-08-02 Thread Django
#2470: unique_together and edit_inline causes error in admin, depending on uniqueness order -+-- Reporter: [EMAIL PROTECTED] | Owner: adrian Type: defect | Status: new Priority:

[Django] #2469: manage.py sqlclear outputs illegal constraint names

2006-08-02 Thread Django
#2469: manage.py sqlclear outputs illegal constraint names ---+ Reporter: anonymous | Owner: adrian Type: defect | Status: new Priority: normal | Milestone: Comp

Re: [Django] #2468: app_directory template loader expects redundant path

2006-08-02 Thread Django
#2468: app_directory template loader expects redundant path ---+ Reporter: anonymous |Owner: adrian Type: defect | Status: closed Priority: normal

[Django] #2468: app_directory template loader expects redundant path

2006-08-02 Thread Django
#2468: app_directory template loader expects redundant path -+-- Reporter: anonymous| Owner: adrian Type: defect | Status: new Priority:

Re: [Django] #952: [patch] Allow for database client encoding configuration from project settings

2006-08-02 Thread Django
#952: [patch] Allow for database client encoding configuration from project settings --+- Reporter: [EMAIL PROTECTED] |Owner: adrian Type:| Status: closed Priority: normal

Re: [Django] #1798: change of int-type choice field stopps changes to be saved

2006-08-02 Thread Django
#1798: change of int-type choice field stopps changes to be saved -+-- Reporter: [EMAIL PROTECTED]|Owner: adrian Type: | Status: new Priority: normal |Milestone: