summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-30Changed "versionadded" after the decision to backport.Aymeric Augustin
2013-01-30Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-27Fixed two malformed links.Tim Graham
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-24Fixed a typo.Florian Apolloner
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-23Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-20Added missing versionadded 1.6 to docs of earliest()Anssi Kääriäinen
2013-01-20Fixed #17813 -- Added a .earliest() method to QuerySetNick Sandford
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2013-01-16Fixed #17008 -- Added makemessages option to not remove .pot files.Ramiro Morales
2013-01-15Fixed #19597 - Added some notes on jQuery in admin.Tim Graham
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-15Clarified WizardView.get_form_prefix doc, refs #19024Tim Graham
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-13Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
2013-01-13Fixed typo in file storage docs.Aymeric Augustin
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2013-01-12Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-11Fixed #4833 -- Validate email addresses with localhost as domainClaude Paroz
2013-01-11Minor DEBUG setting reference formatting edit.Ramiro Morales
2013-01-11Fixed #19360 -- Raised an explicit exception for aggregates on date/time fiel...Nick Sandford
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-10Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
2013-01-09Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.Tim Graham
2013-01-07Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06Fixed #19173 -- Made EmptyQuerySet a marker class onlyAnssi Kääriäinen
2013-01-03Added documentation for the 'db' argument of the post-syncdb signal.mpaolini
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-03Update doc example for overriding change_form.htmlChris Beaven
2013-01-01Fixed #19520 - Corrected some misleading docs about template_name_suffix.Tim Graham
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-12-29Removed django.conf.urls.defaults.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham