summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22Merge pull request #1024 from jktravis/masterPreston Holmes
2013-04-21Added 'polls' sub directory under static and reorganized to more accurately r...jktravis
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-20Removed unused imports.Juan Catalano
2013-04-20Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity.Juan Catalano
2013-04-20Updated tutorial INSTALLED_APPS section (removed contrib.sites)Claude Paroz
2013-04-19Fix != operations on lazy objects.Alex Gaynor
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
2013-04-19Explained the pattern for special methods compatibility.Aymeric Augustin
2013-04-18Complemented documentation following commit be9ae693cClaude Paroz
2013-04-18Fixed #20285 - Added missing commas in translation docs.Tim Graham
2013-04-18Fixed #20286 - Typo in static files docs.Tim Graham
2013-04-18Fixed #20282 -- Typo in WSGI docs.Aymeric Augustin
2013-04-18Use `LOOKUP_SEP` in `get_or_create`.Simon Charette
2013-04-16Refs #14567 -- Fixed failing test that wasn't being run.Carl Meyer
2013-04-16Fixed #20266 -- Updated view example in CBV introductionClaude Paroz
2013-04-15Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc.Simon Charette
2013-04-15Updated get_ogr_db_string in inspectapp tests to support MySQL/SpatialiteClaude Paroz
2013-04-15Properly used test skipping in OGRInspectTest TestCaseClaude Paroz
2013-04-15Added a tip about --layer param of ogrinspect for databasesClaude Paroz
2013-04-15Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-04-13Fixed #17840 -- Generalized named placeholders in form error messagesClaude Paroz
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
2013-04-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Used a Python 3 compatible StringIO in test_utilsClaude Paroz
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-04-13Updated a renamed test fileClaude Paroz
2013-04-12Fixed #20247 - Added some missing paths in the tutorial.Tim Graham
2013-04-12Fixed template_tests so discovery doesn't directly find tests that require se...Preston Timmons
2013-04-12Modified view_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified validation to work with unittest2 discovery.Preston Timmons
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons
2013-04-12Modified comment_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified test_client_override to work with unittest2 discovery.Preston Timmons
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
2013-04-12Modified forms_tests to work with unittest2 discovery.Preston Timmons
2013-04-12Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
2013-04-12Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-12Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-04-12Documented BoundField.label_tagClaude Paroz
2013-04-11Fixed #20243 - Clarified when RelatedManager.remove() exists.Tim Graham
2013-04-11Merge pull request #1008 from reverie/patch-2Tim Graham
2013-04-11remove confusing phrase from DecimalField docsAndrew Badr
2013-04-11Changed a deprecated warn() call in libgeosClaude Paroz
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz