summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2012-08-31Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more sp...Tim Graham
2012-08-31Fixed #14556 - Documented how to use flatpages in URLconf; thanks Claude Paro...Tim Graham
2012-08-30Fixed #18883 -- added a missing self parameter in the docsAlex Gaynor
2012-08-30Fixed #18384 - Reformatted GeoDjango install instructions slightly.Tim Graham
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-26Fixed typo in model fields reference docs.Ramiro Morales
2012-08-25Fixed #17448 -- Improved test and documented raw-sql gis queryClaude Paroz
2012-08-25Updated doc for settings.MEDIA_ROOT based on what's generated by settings.py;...Tim Graham
2012-08-23Modified docs about SpatiaLite version that doesn't need manual initial SQL f...Ramiro Morales
2012-08-23Fixed #18678 -- HttpResponse init arguments allowed for subclassesClaude Paroz
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-08-21Fixed #18637 - Updated some documentation for aspects of models that are Mode...Tim Graham
2012-08-19Tweaked SpatiaLite GeoDjango docs.Ramiro Morales
2012-08-19Fixed typo in form wizard docs.Tim Graham
2012-08-19Made some minor fixes to the GeoDjango installation guide.Julien Phalip
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
2012-08-18Introduced force_bytes and force_str.Aymeric Augustin
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-17Merge pull request #271 from morty/patch-1Tim Graham
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-08-17Merge pull request #261 from issackelly/cbv-full-listTim Graham
2012-08-16Fixed #18223 - Corrected default transaction behavior in postgresql docs.Tim Graham
2012-08-16Marked up a few raw values in the settings documentation.Simon Meers
2012-08-16Fixed #18759 -- updated SECRET_KEY documentationPiet Delport
2012-08-15Fixed comment to match the codeTom Mortimer-Jones
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-12[py3] Added python_2_unicode_compatible decorator.Aymeric Augustin
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the pa...Tim Graham
2012-08-08Fix #18062: Document best practices for choices in model fields.James Bennett
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-05Fixed a rst error introduced in f2abfe1e.Aymeric Augustin
2012-08-05Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-08-04Added a missing space to the description of the `cut` filter.Florian Apolloner
2012-08-04Merge pull request #210 from pydanny/ticket_18632Alex Gaynor
2012-08-04For #210, cleaned up text and formatting.Daniel Greenfeld
2012-08-04Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude Paroz
2012-08-03Fixed #15932 - Documented how to supress multiple reverse relations to the sa...Tim Graham
2012-08-03[py3] Removed uses of sys.maxint under Python 3.Aymeric Augustin
2012-08-03Fixed #13904 - Documented how to avoid garbage collection messages in GIS.Tim Graham
2012-08-02Fixed #16941 - Clarified naturaltime output when the time is more than a day ...Tim Graham
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-07-28Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.Tim Graham
2012-07-25Updated example of customized ModelAdmin in documentation for 1.4Rafik Draoui
2012-07-25Merge pull request #220 from dirn/staticfiles-docs-typoFlorian Apolloner