| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-08 | Merge pull request #359 from nmartini/ticket_18832 | Tim Graham | |
| Fixed #18832 - Updated ModelForm example fields to match note below | |||
| 2012-09-08 | Fixed #15730 - Documented the as_view() method for CBVs. | Tim Graham | |
| 2012-09-08 | Merge pull request #361 from koniiiik/py3kdoc | Carl Meyer | |
| Fixed a typo in the Python 3 compatibility docs. | |||
| 2012-09-08 | Fixed a typo in the Python 3 compatibility docs. | Michal Petrucha | |
| 2012-09-08 | fixing modelforms example code, ticket #18832 | Nick Martini | |
| 2012-09-08 | Updated docs for dates generic views. | Aymeric Augustin | |
| Fixes #18245. Refs #3542. | |||
| 2012-09-08 | Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ↵ | Preston Holmes | |
| patch. | |||
| 2012-09-08 | refs #12836 - Added a test to assure permalink wraps method attributes | Caleb Smith | |
| 2012-09-08 | Merge pull request #357 from tswicegood/fix-list-attr | Aymeric Augustin | |
| Removed admin's swallowing of AttributeError (#16655, #18593, #18747) | |||
| 2012-09-08 | Remove Admin's swallowing of AttributeError (#16655, #18593, #18747) | Travis Swicegood | |
| During the new-admin changes, catching of AttributeError was added to the admin. This patch removes that as it's no longer possible to add a value to a ModelAdmin that is not available. Adding an attribute that can not be called causes an ImproperlyConfigured exception to be raised. | |||
| 2012-09-08 | Fixed #17156 -- Added documentation examples for exists() | Tim Graham | |
| Thanks mrmagooey for the draft patch. | |||
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 2012-09-08 | Fixed #18365 - Added a reminder of the context processor required for the ↵ | Tim Graham | |
| set_language view. Thanks Nick Martini for the patch. | |||
| 2012-09-08 | Merge pull request #354 from shabda/ticket_18928 | Tim Graham | |
| Fixed #18928 - Tightened language in docs/README | |||
| 2012-09-08 | Fixed #15566 - Documented that update() doesn't honor DateField.auto_now | Tim Graham | |
| Thanks Shabda Raaj for the draft patch. | |||
| 2012-09-08 | Moved get_primary_key_column implementation to base | Claude Paroz | |
| Refs #17574. | |||
| 2012-09-08 | Fixed #18928. Tightened language in docs/README. | Shabda Raaj | |
| 2012-09-07 | Updated the Ubuntu installation section for 12.04 release. | Justin Bronn | |
| 2012-09-07 | Clarified the messages documentation. | Aymeric Augustin | |
| * Stated upfront that the messages framework is enabled by default. * Explained why FallbackStorage, despites its unattractive name, is the default and likely the most efficient message storage class. Thanks Jeremy Dunck for the review. Closes #17026 (again). | |||
| 2012-09-07 | Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the ↵ | Tim Graham | |
| draft patch. | |||
| 2012-09-07 | Fixed #18781 -- Reduced max session cookie size. | Aymeric Augustin | |
| 2012-09-07 | Small reorganisation of initial parts of URL documentation. | Malcolm Tredinnick | |
| Trying to move most of the introductory example stuff up to the top and pushing the reference bits further down. | |||
| 2012-09-07 | Fixed #18916 -- Allowed non-ASCII headers. | Aymeric Augustin | |
| Thanks Malcolm Tredinnick for the review. | |||
| 2012-09-07 | Merge pull request #351 from 1ntrud3r/patch-1 | Tim Graham | |
| Remove unused imports in tutorial 4. refs #18915 | |||
| 2012-09-07 | Merge pull request #341 from nmartini/master | Tim Graham | |
| Updated text in tutorial 3 regarding removing unused import; refs #18915 | |||
| 2012-09-07 | Fixed typo from 7435cc01. | Aymeric Augustin | |
| Thanks kmike. | |||
| 2012-09-07 | Updated install docs to reflect Python 3 status. | Aymeric Augustin | |
| Closes #17452. | |||
| 2012-09-07 | Fixed #12397 -- allow safe_join to work with the root file system path, ↵ | Alex Gaynor | |
| which means you can have your root template or file upload path at this location. You almost certainly don't want to do this, except in *very* limited sandboxed situations. | |||
| 2012-09-07 | remove unused import in tutorial 4 addition to #18915 (closed) | Enrico Ehrhardt | |
| After submitting ticket #18915, I noticed 2 additional occurrences of the issue. | |||
| 2012-09-07 | Stubbed-out oracle schema file | Andrew Godwin | |
| 2012-09-07 | Document ``six.assertRaisesRegex``. | Alex Gaynor | |
| 2012-09-07 | Very initial Oracle support | Andrew Godwin | |
| 2012-09-07 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2012-09-07 | Add check constraint support - needed a few Field changes | Andrew Godwin | |
| 2012-09-07 | Removed another usage of the bear "except:" (rawr!). | Alex Gaynor | |
| 2012-09-07 | [py3k] Fixed the index creation code that I committed a few minutes ago for ↵ | Alex Gaynor | |
| py3k. | |||
| 2012-09-07 | Removed many uses of bare "except:", which were either going to a) silence ↵ | Alex Gaynor | |
| real issues, or b) were impossible to hit. | |||
| 2012-09-07 | Merge pull request #331 from davidfischer/master | James Bennett | |
| Ticket #17324 - Improve security docs with better CSRF explanation | |||
| 2012-09-07 | Merge pull request #333 from brad/ticket_18917 | James Bennett | |
| clarify clean_<field> docs, ticket #18917 | |||
| 2012-09-07 | Add M2M repointing | Andrew Godwin | |
| 2012-09-07 | Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ↵ | Alex Gaynor | |
| brutasse for the patch. | |||
| 2012-09-07 | Ensued that SQL indexes are alwasy created in the same name. | Alex Gaynor | |
| Previous this used Python's builtin hash() function, which has never been guarnteed to be stable across implementations (CPython/Jython/etc.) or 32/64 bitness. However, this in practice it was stable. However, with the impending release of Python 3.3 hash randomizations is enabled by default, which would mean the index name changed between program invocations. | |||
| 2012-09-07 | Fixed tests that I broke a few commits ago. | Alex Gaynor | |
| 2012-09-07 | Cleaned up several test cases, to better isolate state. | Alex Gaynor | |
| 2012-09-07 | Updated the GEOS, PostGIS, and PROJ.4 versions in the GeoDjango installation ↵ | Justin Bronn | |
| docs. | |||
| 2012-09-07 | Repoint ForeignKeys when their to= changes. | Andrew Godwin | |
| 2012-09-07 | Merge branch 'master' of git://github.com/django/django | Nick Martini | |
| 2012-09-07 | [py3k] Silence many warnings while running the tests. | Alex Gaynor | |
| 2012-09-07 | removed unused import from tutorial 3 documentation as per ticket #18915 | Nick Martini | |
| 2012-09-07 | Added SQLite backend which passes all current tests | Andrew Godwin | |
