Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/internals
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the ↵Tim Graham2015-10-271-0/+3
| | | | reverse side of a related set.
* Optimized docs images and documented the process.Curtis Maloney2015-10-241-0/+15
|
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-0/+5
| | | | Command exits with non-zero status if changes without migrations exist.
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-211-3/+3
|
* Removed "how to release Django" steps for 1.4 (no longer ↵Tim Graham2015-10-201-7/+1
| | | | supported).
* Updated stale links.Idan Gazit2015-10-121-6/+2
|
* Fixed #25466 -- Added backwards compatibility aliases ↵Tim Graham2015-09-301-0/+4
| | | | | | for LoaderOrigin and StringOrigin. Thanks Simon Charette for the DeprecationInstanceCheck class.
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-242-10/+0
|
* Refs #22835 -- Removed NoArgsCommand per deprecation ↵Tim Graham2015-09-241-1/+1
| | | | timeline.
* Refs #22218 -- Removed conf.urls.patterns() per ↵Tim Graham2015-09-241-1/+1
| | | | deprecation timeline.
* Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham2015-09-241-4/+4
|
* Refs #25135 -- Corrected the timeline section of ↵Tim Graham2015-09-201-3/+3
| | | | allow_tags deprecation.
* Fixed #13110 -- Added support for multiple enclosures in ↵Unai Zalakain2015-09-191-0/+3
| | | | | | | | | | | | | Atom feeds. The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is then used by the feed builder. If the feed is a RSS feed, an exception is raised as RSS feeds don't allow multiple enclosures per feed item. The ``item_enclosures`` hook defaults to an empty list or, if the ``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure`` built from the ``item_enclosure_url``, ``item_enclosure_length``, and ``item_enclosure_mime_type`` hooks.
* Updated docs coverage example to run in a single process.David Gibbons2015-09-161-2/+3
|
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-0/+13
|
* Fixed #25135 -- Deprecated the contrib.admin allow_tags ↵Ola Sitarska2015-09-091-0/+3
| | | | | | attribute. Thanks Jaap Roes for the idea and initial patch.
* Updated references to the TEST_* database settings.Aymeric Augustin2015-09-051-3/+3
| | | | | | | | They were removed in Django 1.9. I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release notes because the link points to the right location and the name was accurate at the time.
* Refs #25144 -- Revised deprecation timeline: migrations ↵Tim Graham2015-09-041-3/+6
| | | | won't become compulsory.
* Refs #24152 -- Fixed typos in deprecated GeoQuerySet ↵Tim Graham2015-09-031-1/+1
| | | | aggregate names.
* Recommend relative imports within Django components.Aymeric Augustin2015-08-221-1/+2
| | | | | django-developers thread: https://groups.google.com/d/msg/django-developers/11XvmVdx58w/sFrF0pL8LTgJ
* Used consistent capitalization and hyphenation of ↵Anton Strogonoff2015-08-191-2/+2
| | | | "class-based views" in docs.
* Updated various links in docsClaude Paroz2015-08-083-10/+10
|
* Updated Wikipedia links to use httpsClaude Paroz2015-08-081-2/+2
|
* Updated Transifex links in docsClaude Paroz2015-08-081-3/+3
|
* Improved link to the supported versions section of the ↵Tim Graham2015-07-311-2/+3
| | | | download page.
* Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella2015-07-311-0/+2
|
* Fixed #25184 -- Added support for MaxMind GeoLite2 ↵Flavio Curella2015-07-311-0/+2
| | | | database format
* Fixed #25190 -- Deprecated callable_obj parameter to ↵Tim Graham2015-07-301-0/+3
| | | | | | assertRaisesMessage(). Thanks Aymeric Augustin for review.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-0/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24126 -- Deprecated current_app parameter to auth ↵lukasz.wojcik2015-07-211-0/+2
| | | | views.
* Allowed installing closure with pip for admin JavaScript ↵Tim Graham2015-07-171-6/+8
| | | | compression.
* Fixed #25120 -- Deprecated egg template loader.Tim Graham2015-07-161-0/+2
|
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-0/+3
| | | | | | The method duplicates the functionality of Field.value_from_object() and has the additional downside of being a privately named public API method.
* Updated where I live.Alex Gaynor2015-07-121-1/+1
|
* Added a link to running the unit tests to new ↵Tim Graham2015-07-101-3/+4
| | | | contributors page.
* Fixed #22804 -- Added warning for unsafe value of 'sep' ↵David Wolever2015-07-071-0/+3
| | | | | | in Signer Thanks Jaap Roes for completing the patch.
* Updated mock note since Django no longer works with ↵Tim Graham2015-07-031-1/+1
| | | | Python 3.2.
* Fixed #25056 -- Documented minimum version of jinja2 for ↵Tim Graham2015-07-031-0/+2
| | | | testing.
* DEP 0003 -- Added JavaScript unit tests.Trey Hunner2015-07-011-0/+78
| | | | | | Setup QUnit, added tests, and measured test coverage. Thanks to Nick Sanford for the initial tests.
* Fixed #22463 -- Added code style guide and JavaScript ↵Trey Hunner2015-06-274-33/+81
| | | | linting (EditorConfig and ESLint)
* Updated release process for new release schedule.Tim Graham2015-06-258-123/+135
|
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-5/+5
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Added Ola Sitarska to the team page.Ola Sitarska2015-06-221-0/+21
|
* Added Tomek Paczkowski bio to the team pageTomek Paczkowski2015-06-191-0/+18
|
* Tweak my bio.Carl Meyer2015-06-181-4/+4
|
* Removed support for Python 3.3.Tim Graham2015-06-181-2/+2
|
* Removed obsolete literals_to_xrefs.py script.Tim Graham2015-06-151-8/+0
|
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-0/+9
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Capitalized "Python" in docs.Tim Graham2015-06-051-1/+1
|
* Fixed #24728 -- Renamed mime_type to content_type for ↵Raphael Michel2015-06-041-0/+4
| | | | | | | syndication feeds Renamed the mime_type properties of RssFeed and Atom1Feed to content_type and start deprecation for the old names.