summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-05Added stub release notes for security releases.Tim Graham
2017-09-05Removed hardcoding from get_earliest_or_latest tests' tearDown().François Freitag
2017-09-05Refs #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-09-05Simplified admin.widgets.url_params_from_lookup_dict().Sergey Fedoseev
2017-09-05Used dict comprehensions in BaseMemcachedCache.get_many() and set_many() for ...Sergey Fedoseev
2017-09-05Removed useless condition from Oracle's NullBooleanField's check constraint.Mariusz Felisiak
2017-09-05Added tests for BooleanField/NullBooleanField's check constraints on Oracle.Mariusz Felisiak
2017-09-04Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen
2017-09-04Improved messages in IndexErrors raised by GDAL objects.Nick Pope
2017-09-04Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.Nick Pope
2017-09-04Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.Jonatas CD
2017-09-04Fixed #28493 -- Made migrations autodetector find dependencies for model rena...Jeremy Satterfield
2017-09-04Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael
2017-09-04Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...Sebastian Sassi
2017-09-04Corrected YearComparisonLookup.get_bound() signature.Srinivas Reddy Thatiparthy
2017-09-04Fixed #26344 -- Made EmailMessage include alternatives when the body is empty...Igor Tokarev
2017-09-04Fixed typo in docs/releases/1.10.txt.Berker Peksag
2017-09-03Refs #27804 -- Used subTest() in a modeladmin test.Nick Pope
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-09-03Refs #27804 -- Used subTest() in a syndication test.Mads Jensen
2017-09-03Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file...caleb logan
2017-09-03Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...ZachLiuGIS
2017-09-03Updated EmpytResultSet import not to use the alias.Mariusz Felisiak
2017-09-03Refs #25225 -- Removed test for removed ListMixin._IndexError.Nick Pope
2017-09-02Removed stray versionadded/changed annotations for 1.10.Tim Graham
2017-09-02Moved select_sql in SQLCompiler.get_extra_select() to improve performance.Mariusz Felisiak
2017-09-02Fixed #28367 -- Doc'd how to override management commands.jkrzy
2017-09-02Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.LBerrocal
2017-09-02Fixed #28332 -- Fixed diamond inheritence example in docs.Jeremy Satterfield
2017-09-02Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers
2017-09-02Fixed #28525 -- Documented GDAL and GeoIP exceptions.Nick Pope
2017-09-02Fixed typos in docs/releases/1.10.txt.Berker Peksag
2017-09-02Simplified index bounds checking in GDAL objects.Nick Pope
2017-09-02Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility...Nick Pope
2017-09-01Fixed test in auth_tests modifying data from setUpTestData().François Freitag
2017-09-01Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argument name ...Tim Graham
2017-09-01Refs #26522 -- Forwardported 1.11.5 release note.Tim Graham
2017-09-01Reordered GeoIP docs be consistent with GDAL/GEOS ordering.Nick Pope
2017-09-01Made GeoIP docs headers consistent with other GIS docs.Nick Pope
2017-08-31Refs #23276 -- Fixed explanation of how calling views works.Tim Graham
2017-08-31Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.Jeremy Kerr
2017-08-31Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham
2017-08-31Fixed #28524 -- Fixed program name in management commands when using 'python ...Nick Pope
2017-08-31Removed useless itertools.chain() call in ChoiceWidget.optgroups().Sergey Fedoseev
2017-08-31Refs #28487 -- Forwardported 1.11.5 release note.Tim Graham
2017-08-31Simplified model's Options._get_fields() a bit.Sergey Fedoseev
2017-08-30Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when serving ...jkrzy
2017-08-30Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-29Fixed #28530 -- Prevented SelectDateWidget from localizing years in output.caleb logan
2017-08-29Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.Sergey Fedoseev