Loading django/contrib/admin/static/admin/fonts/README.txt +1 −1 Original line number Diff line number Diff line Roboto webfont source: https://code.google.com/p/roboto-webfont/ Roboto webfont source: https://www.google.com/fonts/specimen/Roboto Weights used in this project: Light (300), Regular (400), Bold (700) django/contrib/gis/maps/google/overlays.py +5 −5 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ class GEvent(object): add_event() call. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GEvent https://developers.google.com/maps/documentation/javascript/reference#event Example: Loading Loading @@ -84,7 +84,7 @@ class GPolygon(GOverlayBase): """ A Python wrapper for the Google GPolygon object. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GPolygon https://developers.google.com/maps/documentation/javascript/reference#Polygon """ def __init__(self, poly, stroke_color='#0000ff', stroke_weight=2, stroke_opacity=1, Loading Loading @@ -144,7 +144,7 @@ class GPolyline(GOverlayBase): """ A Python wrapper for the Google GPolyline object. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GPolyline https://developers.google.com/maps/documentation/javascript/reference#Polyline """ def __init__(self, geom, color='#0000ff', weight=2, opacity=1): """ Loading Loading @@ -195,7 +195,7 @@ class GIcon(object): in turn, correspond to a subset of the attributes of the official GIcon javascript object: http://code.google.com/apis/maps/documentation/reference.html#GIcon https://developers.google.com/maps/documentation/javascript/reference#Icon Because a Google map often uses several different icons, a name field has been added to the required arguments. Loading Loading @@ -267,7 +267,7 @@ class GMarker(GOverlayBase): """ A Python wrapper for the Google GMarker object. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GMarker https://developers.google.com/maps/documentation/javascript/reference#Marker Example: Loading django/utils/ipv6.py +1 −1 Original line number Diff line number Diff line # This code was mostly based on ipaddr-py # Copyright 2007 Google Inc. http://code.google.com/p/ipaddr-py/ # Copyright 2007 Google Inc. https://github.com/google/ipaddr-py # Licensed under the Apache License, Version 2.0 (the "License"). from django.core.exceptions import ValidationError from django.utils.six.moves import range Loading docs/howto/deployment/wsgi/modwsgi.txt +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Deploying Django with Apache_ and `mod_wsgi`_ is a tried and tested way to get Django into production. .. _Apache: http://httpd.apache.org/ .. _mod_wsgi: http://code.google.com/p/modwsgi/ .. _mod_wsgi: http://www.modwsgi.org/ mod_wsgi is an Apache module which can host any Python WSGI_ application, including Django. Django will work with any version of Apache which supports Loading @@ -18,8 +18,8 @@ The `official mod_wsgi documentation`_ is fantastic; it's your source for all the details about how to use mod_wsgi. You'll probably want to start with the `installation and configuration documentation`_. .. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/ .. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions .. _official mod_wsgi documentation: http://modwsgi.readthedocs.org/ .. _installation and configuration documentation: http://modwsgi.readthedocs.org/en/develop/installation.html Basic configuration =================== Loading docs/ref/databases.txt +1 −3 Original line number Diff line number Diff line Loading @@ -923,7 +923,6 @@ by 3rd parties that allow you to use other databases with Django: * `Microsoft SQL Server`_ * Firebird_ * ODBC_ * ADSDB_ The Django versions and ORM features supported by these unofficial backends vary considerably. Queries regarding the specific capabilities of these Loading @@ -931,8 +930,7 @@ unofficial backends, along with any support queries, should be directed to the support channels provided by each 3rd party project. .. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django .. _IBM DB2: http://code.google.com/p/ibm-db/ .. _IBM DB2: https://pypi.python.org/pypi/ibm_db/ .. _Microsoft SQL Server: http://django-mssql.readthedocs.org/en/latest/ .. _Firebird: https://github.com/maxirobaina/django-firebird .. _ODBC: https://github.com/lionheart/django-pyodbc/ .. _ADSDB: http://code.google.com/p/adsdb-django/ Loading
django/contrib/admin/static/admin/fonts/README.txt +1 −1 Original line number Diff line number Diff line Roboto webfont source: https://code.google.com/p/roboto-webfont/ Roboto webfont source: https://www.google.com/fonts/specimen/Roboto Weights used in this project: Light (300), Regular (400), Bold (700)
django/contrib/gis/maps/google/overlays.py +5 −5 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ class GEvent(object): add_event() call. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GEvent https://developers.google.com/maps/documentation/javascript/reference#event Example: Loading Loading @@ -84,7 +84,7 @@ class GPolygon(GOverlayBase): """ A Python wrapper for the Google GPolygon object. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GPolygon https://developers.google.com/maps/documentation/javascript/reference#Polygon """ def __init__(self, poly, stroke_color='#0000ff', stroke_weight=2, stroke_opacity=1, Loading Loading @@ -144,7 +144,7 @@ class GPolyline(GOverlayBase): """ A Python wrapper for the Google GPolyline object. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GPolyline https://developers.google.com/maps/documentation/javascript/reference#Polyline """ def __init__(self, geom, color='#0000ff', weight=2, opacity=1): """ Loading Loading @@ -195,7 +195,7 @@ class GIcon(object): in turn, correspond to a subset of the attributes of the official GIcon javascript object: http://code.google.com/apis/maps/documentation/reference.html#GIcon https://developers.google.com/maps/documentation/javascript/reference#Icon Because a Google map often uses several different icons, a name field has been added to the required arguments. Loading Loading @@ -267,7 +267,7 @@ class GMarker(GOverlayBase): """ A Python wrapper for the Google GMarker object. For more information please see the Google Maps API Reference: http://code.google.com/apis/maps/documentation/reference.html#GMarker https://developers.google.com/maps/documentation/javascript/reference#Marker Example: Loading
django/utils/ipv6.py +1 −1 Original line number Diff line number Diff line # This code was mostly based on ipaddr-py # Copyright 2007 Google Inc. http://code.google.com/p/ipaddr-py/ # Copyright 2007 Google Inc. https://github.com/google/ipaddr-py # Licensed under the Apache License, Version 2.0 (the "License"). from django.core.exceptions import ValidationError from django.utils.six.moves import range Loading
docs/howto/deployment/wsgi/modwsgi.txt +3 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Deploying Django with Apache_ and `mod_wsgi`_ is a tried and tested way to get Django into production. .. _Apache: http://httpd.apache.org/ .. _mod_wsgi: http://code.google.com/p/modwsgi/ .. _mod_wsgi: http://www.modwsgi.org/ mod_wsgi is an Apache module which can host any Python WSGI_ application, including Django. Django will work with any version of Apache which supports Loading @@ -18,8 +18,8 @@ The `official mod_wsgi documentation`_ is fantastic; it's your source for all the details about how to use mod_wsgi. You'll probably want to start with the `installation and configuration documentation`_. .. _official mod_wsgi documentation: http://code.google.com/p/modwsgi/ .. _installation and configuration documentation: http://code.google.com/p/modwsgi/wiki/InstallationInstructions .. _official mod_wsgi documentation: http://modwsgi.readthedocs.org/ .. _installation and configuration documentation: http://modwsgi.readthedocs.org/en/develop/installation.html Basic configuration =================== Loading
docs/ref/databases.txt +1 −3 Original line number Diff line number Diff line Loading @@ -923,7 +923,6 @@ by 3rd parties that allow you to use other databases with Django: * `Microsoft SQL Server`_ * Firebird_ * ODBC_ * ADSDB_ The Django versions and ORM features supported by these unofficial backends vary considerably. Queries regarding the specific capabilities of these Loading @@ -931,8 +930,7 @@ unofficial backends, along with any support queries, should be directed to the support channels provided by each 3rd party project. .. _SAP SQL Anywhere: https://github.com/sqlanywhere/sqlany-django .. _IBM DB2: http://code.google.com/p/ibm-db/ .. _IBM DB2: https://pypi.python.org/pypi/ibm_db/ .. _Microsoft SQL Server: http://django-mssql.readthedocs.org/en/latest/ .. _Firebird: https://github.com/maxirobaina/django-firebird .. _ODBC: https://github.com/lionheart/django-pyodbc/ .. _ADSDB: http://code.google.com/p/adsdb-django/