Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] added new class based generic views based on django vanilla views #7783

Closed
wants to merge 1 commit into from

Conversation

auvipy
Copy link
Contributor

@auvipy auvipy commented Jan 3, 2017

opened for consensus on the issue.

  • no tests
  • no doc update
  • no deprecation

https://groups.google.com/d/topic/django-developers/u1aLYz3fAUw/discussion

@auvipy auvipy changed the title added new class based generic views based on django vanilla views [WIP] added new class based generic views based on django vanilla views Jan 3, 2017
@timgraham
Copy link
Member

I'll reopen if there's consensus on the mailing list to move forward with this. I think it's doubtful.

@timgraham timgraham closed this Jan 4, 2017
@auvipy
Copy link
Contributor Author

auvipy commented Jan 4, 2017

yeah somewhat

jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 15, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 16, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 16, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 16, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 16, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 16, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 16, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.

s Please enter the commit message for your changes. Lines starting
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.

s Please enter the commit message for your changes. Lines starting
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.

s Please enter the commit message for your changes. Lines starting
jaapvermeulen added a commit to jaapvermeulen/django that referenced this pull request Mar 21, 2017
Add a feature for schemas, and an sql operation for schema SQL.
Modify base code to split table names that contain a '.' into schema.table.
For every table created, create the schema if it hasn't already been created.
Enable feature for postgres, fix quoting ("schema"."table"), and fix work-around for django#7783.
Added simple test for creating and quering a table in a non-standard schema.
Added corresponding documentation.

s Please enter the commit message for your changes. Lines starting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants