summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-03-26Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb signal ...Tim Graham
2014-03-25Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-25flake8 and doc fixes for refs #22257.Tim Graham
2014-03-25Merge pull request #2465 from coder9042/ticket_22258Marc Tamlyn
2014-03-25Fixed #22257 -- Added file output option to dumpdata command.Anubhav Joshi
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-24Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.Adam Kaliński
2014-03-24Fixed #17922 -- Added required_css_class to form label.Anubhav Joshi
2014-03-24Fixed #22318 -- Added Form.has_error() to easily check if a given error has h...Loic Bistuer
2014-03-23Fixed #22317 -- Fixed documented handler400 default valueClaude Paroz
2014-03-22Fixed #22299 -- Cleanup wizard temp files when possible.Simon Charette
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Removed GeoRSSSitemapClaude Paroz
2014-03-22Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.Loic Bistuer
2014-03-22Fixed #22294 -- Prevented converting length filter output to stringClaude Paroz
2014-03-22Made ModelForms raise ImproperlyConfigured if the list of fields is not speci...Tim Graham
2014-03-22Improved strip_tags and clarified documentationClaude Paroz
2014-03-21Removed django.middleware.doc. Refs #20126.Aymeric Augustin
2014-03-21Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin
2014-03-21Fixed typos in docs (django.contrib.site)Thomas Schreiber
2014-03-21Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham
2014-03-21Switched {% cycle %} and {% firstof %} tags to auto-escape their variables pe...Tim Graham
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-03-21Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation timeline.Tim Graham
2014-03-21Removed fix_ampersands template filter per deprecation timeline.Tim Graham
2014-03-21Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-21Fixed #22255 -- Added support for specifying re flags in RegexValidatorDejan Noveski
2014-03-21Fixed minor syntax error in Queryset docsBryan Helmig
2014-03-19Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...Daniel Hahler
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
2014-03-16Fixed #21860 -- Added to_field_name to ModelChoiceField docs.Anubhav Joshi
2014-03-16Fixed #22242 -- Documented common cookie size limit.Daniel Pyrathon
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-11Fixed typo in docs/ref/django-admin.txtTim Graham
2014-03-09Fixed an example to match the code.Aymeric Augustin
2014-03-09Reorganized the database test settingsShai Berger
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-03-07Fixed typo in docs/ref/checks.txtTim Graham
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-06Added --previous flag to msgmerge command used by makemessagesClaude Paroz
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-05Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlengthChris Wilson
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
2014-03-03Allowed custom querysets when prefetching single valued relationsLoic Bistuer
2014-03-03Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances().Tim Graham
2014-03-03Removed doc newlines added in previous commit that caused build errors.Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho