aboutsummaryrefslogtreecommitdiff
path: root/djangopypi
Commit message (Expand)AuthorAge
...
* metadata defaults to None instead of 'UNKNOWN'Russell Sim2009-04-18
* added unauthorized response classRussell Sim2009-04-18
* added missing metadata to schemas and datetimeRussell Sim2009-04-18
* Merge commit 'upstream/master' into mergeRussell Sim2009-04-18
|\
| * Whitespace fix.Ask Solem2009-04-17
| * Added setting ``DJANGOPYPI_ALLOW_VERSION_OVERWRITE``, which if not True, does...Ask Solem2009-04-17
| * Added property Release.release_name, returns project name and version in "foo...Ask Solem2009-04-17
* | cleaned up url patternsRussell Sim2009-04-15
* | moved url generation from the template to the model.Russell Sim2009-04-15
|/
* Order projects by name on the index page.Ask Solem2009-03-23
* Unittest parsing of post data.Ask Solem2009-03-22
* Bumped version to 0.2.0v0.2.0Ask Solem2009-03-22
* Added authentication for register+upload, and projects now has owners.Ask Solem2009-03-21
* Allow "." in project names.Ask Solem2009-03-21
* Add missing " at end of A hrefAsk Solem2009-03-20
* Also delete the previous release entry.Ask Solem2009-03-20
* Fix syntax errorAsk Solem2009-03-20
* Include project name and platform in the Release`s __unicode__Ask Solem2009-03-20
* have to delete previous file before creating the new release.Ask Solem2009-03-20
* Remove previous file if it already exists.Ask Solem2009-03-20
* Forgot to expand release.dist_md5sumAsk Solem2009-03-20
* Remove HTTP basic auth for nowAsk Solem2009-03-20
* release/platform can't be uniqueAsk Solem2009-03-20
* Fix typoAsk Solem2009-03-17
* Authenticate using HTTP Basic AuthAsk Solem2009-03-17
* Projects now has owners, and you must be logged in to register/uploadAsk Solem2009-03-17
* Raise HTTP 404 on missing projectsAsk Solem2009-03-17
* Move djangopypi related urls from chishop to pypiAsk Solem2009-03-17
* Better project layout, now setup.py installs djangopypiAsk Solem2009-03-17
* Added proper structureAsk Solem2009-03-17
* Remove yadayada dependencyAsk Solem2009-03-17
* Initial checkinAsk Solem2009-03-17