lp:~gary-wilson/django/6271-smart-split

Created by Gary Wilson and last modified
Get this branch:
bzr branch lp:~gary-wilson/django/6271-smart-split
Only Gary Wilson can upload to this branch. If you are Gary Wilson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gary Wilson
Project:
Django
Status:
Development

Recent revisions

5305. By Gary Wilson

Patch from ticket and a few other changes.

5304. By gwilson

Fixed a few long lines and removed trailing whitespace.

5303. By gwilson

Removed two-year-old note about serialization framework being under heavy development.

5302. By gwilson

Fixed #8092, #3828 -- Removed dictionary access for request objects so that GET and POST data doesn't "overwrite" request attributes when used in templates (since dictionary lookup is performed before attribute lookup). This is backwards-incompatible if you were using the request object for dictionary access to the combined GET and POST data, but you should use `request.REQUEST` for that instead.

5301. By gwilson

Removed trailing whitespace.

5300. By gwilson

Removed "forms and validation" link reference that is not used since [5818].

5299. By gwilson

Removed unused warnings import that should have been removed in [8191], refs #7830.

5298. By gwilson

Added tests for accessing nullable ForeignKey after saving and fetching from the database (refs #8093).

5297. By gwilson

Removed notes about legacy Paginator object in the generic view docs (refs #7830).

5296. By gwilson

Used definition lists to be consistent with other docs. Also used 3rd-level headings instead of bold text.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.

Subscribers