summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed code example in docs/howto/custom-lookups.txtvytisb2016-05-061-1/+1
* Fixed #26555 -- Gave deconstructible objects a higher priority during seriali...Markus Holtermann2016-05-042-11/+34
* Replaced a 'raw' six importClaude Paroz2016-05-041-2/+1
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-0419-220/+89
* Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson2016-05-045-3/+19
* Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.Simon Charette2016-05-032-12/+30
* Normalized "an SQL" spelling.Ville Skyttä2016-05-038-11/+11
* Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders2016-05-033-4/+48
* Clarified that setting names must be uppercase.David D Lowe2016-05-031-2/+2
* Refs #22897 -- Removed unneeded empty string QueryDict argument.Tim Graham2016-05-032-6/+6
* Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov2016-05-0313-48/+40
* Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large li...David Sanders2016-05-032-30/+62
* Added --noinput in migrate commmand's docs.Arthur Vuillard2016-05-031-0/+9
* Refs #16508 -- Added invalidation of stale cached instances of GenericForeign...Michal Petrucha2016-05-032-15/+41
* Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.Simon Charette2016-05-032-0/+6
* Refs #16508 -- Made Model.__init__() aware of virtual fields.Michal Petrucha2016-05-033-22/+9
* Added stub release notes for 1.9.7.Tim Graham2016-05-022-0/+13
* Added release date for 1.9.6/1.8.13.Tim Graham2016-05-022-2/+2
* Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz2016-05-022-1/+3
* Fixed #26569 -- Updated OSM Mapnik constructorbgaechter2016-05-022-2/+1
* Fixed docstring typos.Offby-One Kenobi2016-05-022-2/+2
* Refs 2bd1bbc -- Made GeometryField.get_db_prep_lookup() a private (deprecated...Tim Graham2016-05-022-29/+15
* Refs #22936 -- Moved more of Field.get_db_prep_lookup() to lookups.Tim Graham2016-05-022-17/+38
* Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol2016-04-304-3/+67
* Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano2016-04-308-15/+198
* Pulled translations from TransifexClaude Paroz2016-04-30234-1483/+3103
* Removed deprecated Chinese language codes for contrib appsClaude Paroz2016-04-3044-3856/+0
* Fixed source path in contrib.admin translation catalogClaude Paroz2016-04-301-2/+2
* Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz2016-04-305-8/+33
* Adapted _assertPoLocComment for multi-file source lines in po filesClaude Paroz2016-04-301-6/+13
* Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen2016-04-2917-240/+104
* Refs #26479 -- Documented is/is not if tag operator behavior for nonexistent ...Alasdair Nicol2016-04-292-6/+35
* Added tests for if tag's != operator.Alasdair Nicol2016-04-291-0/+26
* Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans2016-04-294-6/+28
* Refs #26557 -- Added forgotten release notes.Tim Graham2016-04-291-0/+3
* Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips2016-04-293-1/+12
* Refs #26428 -- Added support for relative path redirects to the test client.Tim Graham2016-04-293-3/+20
* Added an explicit test that URL checks are recursive.Alasdair Nicol2016-04-295-11/+20
* Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham2016-04-284-38/+53
* Refs #26521 -- Adjusted CreateModel bases validation to account for mixins.Simon Charette2016-04-282-6/+23
* Fixed typo in docs/ref/contrib/admin/index.txteltronix2016-04-281-1/+1
* Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-2820-33/+33
* Fixed #26553 -- Removed unneeded loop in views/i18n.pyTim Graham2016-04-281-4/+3
* Refs #26521 -- Added the duplicated value to CreateModel validation messages.Simon Charette2016-04-272-13/+15
* Fixed typo in docs/ref/contrib/admin/index.txteltronix2016-04-271-1/+1
* Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham2016-04-271-6/+7
* Fixed #26521 -- Validated CreateModel bases, fields and managers for duplicates.James Robert2016-04-273-12/+86
* Removed try/fail antipattern from migrations commands tests.Tim Graham2016-04-271-62/+29
* Fixed typo in docs/howto/deployment/wsgi/index.txteltronix2016-04-271-1/+1
* Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer2016-04-272-6/+7