summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fixed typo in commit for #15730; thanks Bruno ReniƩ for the catch.Tim Graham
2012-09-08Remove a couple unused imports.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-08Merge pull request #363 from ubernostrum/multidb-examples-18657James Bennett
2012-09-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
2012-09-08Removed warning check in test_load_overlong_keyClaude Paroz
2012-09-08Updated print statements to work with py3; thanks Claude Paroz noting this.Tim Graham
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-08Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-09-08Merge pull request #359 from nmartini/ticket_18832Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
2012-09-08Merge pull request #361 from koniiiik/py3kdocCarl Meyer
2012-09-08Fixed a typo in the Python 3 compatibility docs.Michal Petrucha
2012-09-08fixing modelforms example code, ticket #18832Nick Martini
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-09-08refs #12836 - Added a test to assure permalink wraps method attributesCaleb Smith
2012-09-08Merge pull request #357 from tswicegood/fix-list-attrAymeric Augustin
2012-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood
2012-09-08Fixed #17156 -- Added documentation examples for exists()Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-08Fixed #18365 - Added a reminder of the context processor required for the set...Tim Graham
2012-09-08Merge pull request #354 from shabda/ticket_18928Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-08Moved get_primary_key_column implementation to baseClaude Paroz
2012-09-08Fixed #18928. Tightened language in docs/README.Shabda Raaj
2012-09-07Updated the Ubuntu installation section for 12.04 release.Justin Bronn
2012-09-07Clarified the messages documentation.Aymeric Augustin
2012-09-07Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the dr...Tim Graham
2012-09-07Fixed #18781 -- Reduced max session cookie size.Aymeric Augustin
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
2012-09-07Fixed #18916 -- Allowed non-ASCII headers.Aymeric Augustin
2012-09-07Merge pull request #351 from 1ntrud3r/patch-1Tim Graham
2012-09-07Merge pull request #341 from nmartini/masterTim Graham
2012-09-07Fixed typo from 7435cc01.Aymeric Augustin
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-09-07Fixed #12397 -- allow safe_join to work with the root file system path, which...Alex Gaynor
2012-09-07remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt
2012-09-07Document ``six.assertRaisesRegex``.Alex Gaynor
2012-09-07Removed 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 p...Alex Gaynor
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-07Merge pull request #331 from davidfischer/masterJames Bennett
2012-09-07Merge pull request #333 from brad/ticket_18917James Bennett
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...Alex Gaynor
2012-09-07Ensued that SQL indexes are alwasy created in the same name.Alex Gaynor